Fix maven and flake conf
This commit is contained in:
parent
a07c55cf0f
commit
cb0fa04383
8 changed files with 292 additions and 107 deletions
21
README.md
Normal file
21
README.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Project
|
||||
|
||||
## Usefull command
|
||||
|
||||
1. Compile
|
||||
|
||||
```console
|
||||
mvn compile
|
||||
```
|
||||
|
||||
2. Run
|
||||
|
||||
```console
|
||||
mvn exec:java
|
||||
```
|
||||
|
||||
3. Package
|
||||
|
||||
```console
|
||||
mvn package
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue