/HelloWorld

Just a test

Primary LanguageJavaMIT LicenseMIT

HelloWorld

Build

Maven

Create a single executable JAR.

output destination: 'target/SimpleWebApp-1.0-SNAPSHOT-jar-with-dependencies.jar'

mvn clean compile package assembly:single install

Run

Command

java -jar \<path-to-jar>/\<executable-jar> [port]

Note: If no [port] is provided, the default is '8090'

Sample

java -jar HelloWorld-1.0-SNAPSHOT-jar-with-dependencies.jar 8091

Contributing

If you have suggestions for how the app could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.

License

ISC © 2020 Jürgen Efeish, jefeish@github.com