Fix maven and flake conf

This commit is contained in:
Florian RICHER 2025-05-19 22:54:42 +02:00
parent a07c55cf0f
commit cb0fa04383
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
8 changed files with 292 additions and 107 deletions

21
README.md Normal file
View file

@ -0,0 +1,21 @@
# Project
## Usefull command
1. Compile
```console
mvn compile
```
2. Run
```console
mvn exec:java
```
3. Package
```console
mvn package
```