Small gemini server in Java using the vert.x framework
.mvn/wrapper | ||
src | ||
.drone.yml | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
mvnw | ||
mvnw.cmd | ||
pom.xml | ||
README.adoc |
Gemini
This application was generated using http://start.vertx.io
Building
To launch your tests:
./mvnw clean test
To package your application:
./mvnw clean package
To run your application:
./mvnw clean compile exec:java