cob0 / spring-boot-parent-pom

Spring Boot & JDK 21 based maven parent POM for Java projects
GNU General Public License v3.0
0 stars 0 forks source link

Spring Boot Parent POM

Spring Boot and JDK 21 based parent POM for Java projects.

License

 GNU General Public License v3

What does that mean?

How to run the project

Dependencies

Install dependencies

mvn dependency:resolve -U

Install parent POM locally for testing purposes

Run the following command:

mvn clean -B package --file pom.xml install