Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 378 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 378 Bytes

springcloud-archetype

a spring cloud microservice archetype

How To Use

  1. mvn install
  2. idea new project -> maven -> add Archetype... input
    com.zqkh
    springcloud-archetype
    1.0-SNAPSHOT
  3. input GroupId and ArtifactId
  4. Properties add
    package=YourPackageName (根包名)
    archetypeCatalog=local (走本地优化速度)