zkt26/Back-end
2026-03-28 16:25:08 +01:00
..
.mvn/wrapper Ajout du backend 2025-03-25 22:18:01 +01:00
src Add of DockerFiles Frontend/Backend & change of files 2026-03-28 11:30:03 +01:00
.editorconfig Ajout du backend 2025-03-25 22:18:01 +01:00
.gitignore Ajout du backend 2025-03-25 22:18:01 +01:00
Dockerfile Add of DockerFiles Frontend/Backend & change of files 2026-03-28 11:30:03 +01:00
keystore.jceks Restore keystore for docker build 2026-03-28 16:25:08 +01:00
keystore.jceks.old Restore keystore for docker build 2026-03-28 16:25:08 +01:00
mvnw Ajout formulaire d'inscription relié avec bdd users 2025-03-31 17:02:00 +02:00
mvnw.cmd Ajout du backend 2025-03-25 22:18:01 +01:00
pom.xml Add of DockerFiles Frontend/Backend & change of files 2026-03-28 11:30:03 +01:00
README.adoc Ajout du backend 2025-03-25 22:18:01 +01: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]