Skip to content

Instantly share code, notes, and snippets.

@m-tilab
Created February 20, 2023 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m-tilab/4d0ba6e2bd185f6a8675802c58246eca to your computer and use it in GitHub Desktop.
Save m-tilab/4d0ba6e2bd185f6a8675802c58246eca to your computer and use it in GitHub Desktop.
java -jar \
target/Distributed-Service-0.0.1-SNAPSHOT.jar \
--spring.application.name=Service-1 \
--server.port=8080
java -jar \
target/Distributed-Service-0.0.1-SNAPSHOT.jar \
--spring.application.name=Service-2 \
--server.port=8090
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment