We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea74e5 commit d84d426Copy full SHA for d84d426
README.md
@@ -829,6 +829,11 @@ $ java -cp take.jar App.class --port=8080 --refresh
829
830
You should see "hello, world!" at `http://localhost:8080`.
831
832
+Parameter `--port` also accepts file name, instead of a number. If the file
833
+exists, `FtCLI` will try to read its content and use it as
834
+port number. If the file is absent, `FtCLI` will allocate a new random
835
+port number, use it to start a server, and save it to the file.
836
+
837
## Logging
838
839
The framework sends all logs to SLF4J logging facility. If you want to see them,
0 commit comments