Skip to content

You can use this project as a template to start the development of your new Java application.

Notifications You must be signed in to change notification settings

zcsadmin/template-project-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Madness Lab's Template Project Java

You can use this project as a template to start the development of your new Java application.

Run the application

You can start the application by running the following command:

./run.sh

Debug with VsCode

Create 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

Notes

Here are some example commands:

mvn clean test
mvn versions:display-dependency-updates
mvn versions:display-plugin-updates
mvn clean package
mvn exec:java

Support

Claudio Cavina
Michele Mondelli

About

You can use this project as a template to start the development of your new Java application.

Topics

Resources

Stars

Watchers

Forks