Created
December 17, 2021 05:09
-
-
Save Babitabisht/424a0cee3e2d796c342b943318e648dd 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
| { | |
| "name": "DEMO", | |
| "script": "/usr/bin/java", | |
| "args": [ | |
| "-jar", | |
| "demo-0.0.1-SNAPSHOT.jar" | |
| ], | |
| "exec_interpreter": "", | |
| "exec_mode": "fork", | |
| "env": { | |
| "--server.port": "8010" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment