Small gemini server in Java using the vert.x framework
Go to file
Alexander 4f38cb4774
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
drone
2023-08-16 11:47:51 +00:00
.mvn/wrapper first version 2023-04-26 02:29:38 +02:00
src add missing file 2023-05-07 01:48:03 +02:00
.drone.yml drone 2023-08-16 11:47:51 +00:00
.editorconfig first version 2023-04-26 02:29:38 +02:00
.gitignore add .gitignore files 2023-08-02 20:03:10 +02:00
LICENSE add MIT license 2023-08-02 19:56:19 +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