Skip to content

raphaelcb/java-spring-platform-starter-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Spring Platform Starter Parent

Technological platform for the development of Java microservices - Spring.

All Spring framework definitions and external frameworks are defined in the single pom.xml file present in the repository.


Prerequisites


Compilation

To build the project with Maven:

mvn clean package

Publish

To publish the project with Maven in Github:

mvn deploy