A sample template for creating standalone Java applications.
Go to file
Matej Pacan 2bff76cada Initial commit 2022-02-05 17:07:12 +01:00
src/main/java/org/mineacademy/mavenprogram Initial commit 2022-02-05 17:07:12 +01:00
.gitattributes Initial commit 2022-02-05 17:07:12 +01:00
.gitignore Initial commit 2022-02-05 17:07:12 +01:00
README.md Initial commit 2022-02-05 17:07:12 +01:00
pom.xml Initial commit 2022-02-05 17:07:12 +01:00

README.md

Do you want to learn Java the fun way? I've made a training for you!

MavenProgram

A sample template for creating standalone Java programs.

By default we compile for Java 8, which can easily be changed in the sample pom.xml to any Java version, including the latest one.