Skip to content

Commit

Permalink
Update spring-boot-examples/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Cassie Coyle <[email protected]>
Signed-off-by: salaboy <[email protected]>
  • Loading branch information
salaboy and cicoyle authored Feb 19, 2025
1 parent 9a778bf commit f5d27c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-boot-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mvn -Dspring-boot.run.arguments="--reuse=true" spring-boot:test-run
```

This will start the `producer-app` with Dapr services and the infrastructure needed by the application to run,
in this case RabbitMQ and PostgreSQL. The `producer-app` starts in port `8080` by default.
in this case RabbitMQ and PostgreSQL. The `producer-app` starts on port `8080` by default.

The `-Dspring-boot.run.arguments="--reuse=true"` flag helps the application to connect to an existing shared
infrastructure if it already exists. For development purposes, and to connect both applications we will set the flag
Expand Down

0 comments on commit f5d27c3

Please sign in to comment.