Spring Boot MVC + Hibernate JPA web project: use this project as a template, then create and share Maven archetype from it.
mvn archetype:create-from-project -Darchetype.properties=archetype.properties
Check version number, 1.2.0 is there as an example.
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.