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