Create Java project with Maven archetype maven-archetype-springboot

基于 Spring Boot 的 Maven 原型

Create a Java Project by archetype maven-archetype-springboot with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -Dpackage="My-package"   -DarchetypeGroupId="com.github.drtrang"   -DarchetypeArtifactId="maven-archetype-springboot"   -DarchetypeVersion="1.0.1"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none
package
validationRegex: none

Details about maven archetype maven-archetype-springboot

License

License

GroupId

GroupId

com.github.drtrang
ArtifactId

ArtifactId

maven-archetype-springboot
Version

Version

1.0.1
Type

Type

maven-archetype
Description

Description

maven-archetype-springboot
基于 Spring Boot 的 Maven 原型
Project URL

Project URL

https://github.com/drtrang/maven-archetype-springboot
Project Organization

Project Organization

Pivotal Software, Inc.
Source Code Management

Source Code Management

https://github.com/drtrang/maven-archetype-springboot.git

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.drtrang -DarchetypeArtifactId=maven-archetype-springboot -DarchetypeVersion=1.0.1 -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.