Update intellij.md

Add missing "
This commit is contained in:
Laurent Kempé 2021-03-05 09:48:36 +01:00 committed by GitHub
parent 5cfd5b0f94
commit 06ef57fece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ Add a new `<tool></tool>` entry:
<!-- 2. For Linux or MacOS use: /usr/local/bin/dapr --> <!-- 2. For Linux or MacOS use: /usr/local/bin/dapr -->
<option name="COMMAND" value="C:\dapr\dapr.exe" /> <option name="COMMAND" value="C:\dapr\dapr.exe" />
<!-- 3. Choose app, http and grpc ports that do not conflict with other daprd command entries (placement address should not change). --> <!-- 3. Choose app, http and grpc ports that do not conflict with other daprd command entries (placement address should not change). -->
<option name="PARAMETERS" value="run -app-id demoservice -app-port 3000 -dapr-http-port 3005 -dapr-grpc-port 52000 /> <option name="PARAMETERS" value="run -app-id demoservice -app-port 3000 -dapr-http-port 3005 -dapr-grpc-port 52000" />
<!-- 4. Use the folder where the `components` folder is located --> <!-- 4. Use the folder where the `components` folder is located -->
<option name="WORKING_DIRECTORY" value="C:/Code/dapr/java-sdk/examples" /> <option name="WORKING_DIRECTORY" value="C:/Code/dapr/java-sdk/examples" />
</exec> </exec>