JavaVertXWebServer.README.mustache Maven / Gradle / Ivy
{{^hideGenerationTimestamp}}
Project generated on : {{generatedDate}}
{{/hideGenerationTimestamp}}
## Getting Started
This document assumes you have maven available.
To build the project using maven, run:
```bash
mvn package && java -jar target/target/java-vertx-web-rx-server-{{artifactVersion}}-fat.jar
```
If all builds successfully, the server should run on [http://localhost:8080/](http://localhost:8080/)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy