/java-template

📜 Java Project Template.

Primary LanguageJavaApache License 2.0Apache-2.0

Java Template

Template for Java 17+ application.

Features

  • Gradle, build, wrapper, properties configured.
  • Code Style, formatting , .gitignore configured.
  • Dockerfile for packaging application configured.

Run

./gradlew run

Test

./gradlew test

Code Style

Code Style is provided and configured with Spotless, you can read more about Code Style here

Check Code Style:

./gradlew spotlessCheck

Apply Code Style:

./gradlew spotlessApply