uwburn / atlas-boot

Spring Boot MVC + Hibernate JPA project template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atlas boot archetype

Spring Boot MVC + Hibernate JPA web project: use this project as a template, then create and share Maven archetype from it.

Archetype generation

mvn archetype:create-from-project -Darchetype.properties=archetype.properties

Check version number, 1.2.0 is there as an example.

Create project from archetype

mvn archetype:generate -DarchetypeGroupId=it.mgt.archetype -DarchetypeArtifactId=atlas-boot-archetype -DarchetypeVersion=1.2.0 -DgroupId=it.mgt.archetype -DartifactId=atlas-boot -Dpackage=it.mgt.atlas

Check version number, 1.2.0 is there as an example.

About

Spring Boot MVC + Hibernate JPA project template

License:MIT License


Languages

Language:Java 100.0%