Skip to content

Mabmessaoud/sbe-ms-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages