We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f39de commit 14d9cd1Copy full SHA for 14d9cd1
README.md
@@ -8,7 +8,7 @@ A Maven build (`mvn install`) produces an executable JAR using Spring Boot & Tom
8
You can run the web server from the command line.
9
The server will listen on port 18880 by default.
10
11
- java -jar -Dserver.port=PORT_NUMBER JAR_PATH
+ java -Dserver.port=PORT_NUMBER -jar JAR_PATH
12
13
## Configuration
14
0 commit comments