All Downloads are FREE. Search and download functionalities are using the official Maven repository.

JavaVertXWebServer.README.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
{{^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
```

To run the project, run the jar or use maven exec plugin:

```bash
mvn exec:java
```

If all builds successfully, the server should run on [http://localhost:8080/](http://localhost:8080/)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy