zkt26/sk1/Back-end
2026-05-12 19:27:18 +02:00
..
.mvn/wrapper Renaming the file z3 to sk1 2026-05-12 19:27:18 +02:00
src Renaming the file z3 to sk1 2026-05-12 19:27:18 +02:00
.editorconfig Renaming the file z3 to sk1 2026-05-12 19:27:18 +02:00
.gitignore Renaming the file z3 to sk1 2026-05-12 19:27:18 +02:00
Dockerfile Renaming the file z3 to sk1 2026-05-12 19:27:18 +02:00
keystore.jceks Renaming the file z3 to sk1 2026-05-12 19:27:18 +02:00
keystore.jceks.old Renaming the file z3 to sk1 2026-05-12 19:27:18 +02:00
mvnw Renaming the file z3 to sk1 2026-05-12 19:27:18 +02:00
mvnw.cmd Renaming the file z3 to sk1 2026-05-12 19:27:18 +02:00
pom.xml Renaming the file z3 to sk1 2026-05-12 19:27:18 +02:00
README.adoc Renaming the file z3 to sk1 2026-05-12 19:27:18 +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]