Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 532 Bytes

README.md

File metadata and controls

45 lines (24 loc) · 532 Bytes

SBE Micro service project

Compile the application

To compile the application you need java JDK 17 version and apache maven 3.8.1+.

Packaging and running the application

To compile project you need to execute this maven command :

mvn clean install

To launch checkstyle plugin :

mvn checkstyle:check

To launch PMD plugin:

mvn pmd:check

To launch Spotbugs plugin:

mvn spotbugs:check

To generate quality reports:

mvn verify site