https://github.com/jefeish/helloworld
Just a test
https://github.com/jefeish/helloworld
Last synced: 2 months ago
JSON representation
Just a test
- Host: GitHub
- URL: https://github.com/jefeish/helloworld
- Owner: jefeish
- License: mit
- Created: 2020-11-16T16:21:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-16T17:00:42.000Z (over 4 years ago)
- Last Synced: 2025-02-01T16:27:38.780Z (4 months ago)
- Language: Java
- Size: 7.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HelloWorld
## Build
### Maven
Create a single executable JAR.
> output destination: 'target/SimpleWebApp-1.0-SNAPSHOT-jar-with-dependencies.jar'```bash
mvn clean compile package assembly:single install
```---
## Run
### Command
`java -jar \/\ [port]`
> Note: If no [port] is provided, the default is '8090'
### Sample
```bash
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](CONTRIBUTING.md).
## License
[ISC](LICENSE) © 2020 Jürgen Efeish,