Create Java project with Maven archetype samples-parent-archetype

Spring Cloud Samples Archetype

Create a Java Project by archetype samples-parent-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.upcwangying.cloud.samples"   -DarchetypeArtifactId="samples-parent-archetype"   -DarchetypeVersion="0.3.1.RELEASE"   -DinteractiveMode=false 

Generated Project modules

  • samples-core
  • samples-cache
  • samples-mdm
  • samples-oss
  • samples-user
  • samples-product
  • samples-order
  • samples-bpm
  • samples-admin
  • samples-data-process
  • samples-eureka
  • samples-gateway
  • samples-hystrix-dashboard
  • samples-zuul

Details about maven archetype samples-parent-archetype

License

License

MIT License
GroupId

GroupId

com.upcwangying.cloud.samples
ArtifactId

ArtifactId

samples-parent-archetype
Version

Version

0.3.1.RELEASE
Type

Type

maven-archetype
Description

Description

samples-parent-archetype
Spring Cloud Samples Archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.upcwangying.cloud.samples -DarchetypeArtifactId=samples-parent-archetype -DarchetypeVersion=0.3.1.RELEASE -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.