Skip to content

misolab/springboot-front-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

springboot-front-archetype

Maven Central

Generate Project

mvn archetype:generate              \
  -DarchetypeCatalog=local          \
  -DarchetypeGroupId=com.misolab    \
  -DarchetypeArtifactId=springboot-front-archetype \
  -DarchetypeVersion=0.0.1          \
  -DgroupId={net.joins}               \
  -Dversion={1.0-SNAPSHOT}            \
  -DartifactId={example}