Skip to content

Commit 14d9cd1

Browse files
committed
Oops.
1 parent 33f39de commit 14d9cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A Maven build (`mvn install`) produces an executable JAR using Spring Boot & Tom
88
You can run the web server from the command line.
99
The server will listen on port 18880 by default.
1010

11-
java -jar -Dserver.port=PORT_NUMBER JAR_PATH
11+
java -Dserver.port=PORT_NUMBER -jar JAR_PATH
1212

1313
## Configuration
1414

0 commit comments

Comments
 (0)