Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 491 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 491 Bytes

cn.stackbox.archetypes

Usage

It's a set of maven3 archetypes with convenient usage.

#Init Project
mvn archetype:generate -DarchetypeGroupId=cn.stackbox.archetypes -DarchetypeArtifactId=rest-with-oauth2 -DarchetypeVersion=0.0.1-SNAPSHOT -DinteractiveMode=false -DarchetypeCatalog=internal -DgroupId=cn.demo -DartifactId=demoproject -Dpackage=cn.demo.v2

Appendix

Need more demos? please see springboot-practice