Skip to content

bvolpato/brunocvcunha-oss-springboot-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bruno's OSS Spring Boot Archetype

Quick way to start hacking! :)

mvn archetype:generate  -DarchetypeGroupId=org.brunocvcunha  \
  -DarchetypeArtifactId=brunocvcunha-oss-springboot-archetype  \
  -DarchetypeVersion=1.0-SNAPSHOT  \
  -DgroupId=org.brunocvcunha.projectname  \
  -DartifactId=projectname \
  -Dversion=1.0-SNAPSHOT \
  -DuseLombok=true \
  -DuseJsoup=true \
  -DuseGhostMe=true \
  -DuseInutils=true \
  -DuseSelenium=false \
  -DuseMysql=true