Skip to content

ifspcodelab/spring-boot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring boot template

Spring boot template

Code quality plugins

spotless

Uses the palantir-java-format config in gradle.build to format source code.

How to run

Check

./gradlew spotlessCheck

Apply format

./gradlew spotlessApply

checkstyle

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

spotbugs

Rules for exclusion at config/spotbugs/findbugs-exclude.xml

How to run

./gradlew spotbugsMain
./gradlew spotbugsTest

Security

dependency check

./gradlew dependencyCheckAnalyze

About

Spring boot template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages