Spring boot template
Uses the palantir-java-format config in gradle.build
to format source code.
How to run
Check
./gradlew spotlessCheck
Apply format
./gradlew spotlessApply
Rules for checkstyle: config/checkstyle/checkstyle.xml
Rules for suppressions: config/checkstyle/checkstyle-suppressions.xml
Reports: build/reports/checkstyle
How to run
./gradlew checkstyleMain
./gradlew checkstyleTest
Rules for exclusion at config/spotbugs/findbugs-exclude.xml
How to run
./gradlew spotbugsMain
./gradlew spotbugsTest
./gradlew dependencyCheckAnalyze