zkt26/z1/Back-end
2026-03-31 20:24:20 +02:00
..
.mvn/wrapper Add z1 directory and move of the project 2026-03-31 20:24:20 +02:00
src Add z1 directory and move of the project 2026-03-31 20:24:20 +02:00
.editorconfig Add z1 directory and move of the project 2026-03-31 20:24:20 +02:00
.gitignore Add z1 directory and move of the project 2026-03-31 20:24:20 +02:00
Dockerfile Add z1 directory and move of the project 2026-03-31 20:24:20 +02:00
keystore.jceks Add z1 directory and move of the project 2026-03-31 20:24:20 +02:00
keystore.jceks.old Add z1 directory and move of the project 2026-03-31 20:24:20 +02:00
mvnw Add z1 directory and move of the project 2026-03-31 20:24:20 +02:00
mvnw.cmd Add z1 directory and move of the project 2026-03-31 20:24:20 +02:00
pom.xml Add z1 directory and move of the project 2026-03-31 20:24:20 +02:00
README.adoc Add z1 directory and move of the project 2026-03-31 20:24:20 +02:00

= Starter

image:https://img.shields.io/badge/vert.x-4.5.13-purple.svg[link="https://vertx.io"]

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

* https://vertx.io/docs/[Vert.x Documentation]
* https://stackoverflow.com/questions/tagged/vert.x?sort=newest&pageSize=15[Vert.x Stack Overflow]
* https://groups.google.com/forum/?fromgroups#!forum/vertx[Vert.x User Group]
* https://discord.gg/6ry7aqPWXy[Vert.x Discord]