Small gemini server in Java using the vert.x framework
Go to file
Alexander Lehmann a9df49329d count user state 2023-05-05 23:03:08 +02:00
.mvn/wrapper first version 2023-04-26 02:29:38 +02:00
src count user state 2023-05-05 23:03:08 +02:00
.editorconfig first version 2023-04-26 02:29:38 +02:00
.gitignore first version 2023-04-26 02:29:38 +02:00
README.adoc first version 2023-04-26 02:29:38 +02:00
mvnw first version 2023-04-26 02:29:38 +02:00
mvnw.cmd first version 2023-04-26 02:29:38 +02:00
pom.xml count user state 2023-05-05 23:03:08 +02:00

README.adoc

Gemini

vert.x 4.4.1 purple

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

Help