You can use this project as a template to start the development of your new Java application.
You can start the application by running the following command:
./run.shCreate a file .vscode/launch.json with the following content:
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Attach debug",
"request": "attach",
"hostName": "localhost",
"port": "5005"
}
]
}Run with ./run.sh -d
Here are some example commands:
mvn clean test
mvn versions:display-dependency-updates
mvn versions:display-plugin-updates
mvn clean package
mvn exec:java