Created
February 20, 2023 12:46
-
-
Save m-tilab/4d0ba6e2bd185f6a8675802c58246eca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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