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.
- Apache Maven 3.9.9 - https://archive.apache.org/dist/maven/maven-3/3.9.9/binaries/
- Java 21 - https://jdk.java.net/21
- Spring 3.x - https://start.spring.io/
To build the project with Maven:
mvn clean package
To publish the project with Maven in Github:
mvn deploy