Create Java project with Maven archetype spring-boot-sample-web-jsp-archetype

Spring Boot Web JSP Sample

Create a Java Project by archetype spring-boot-sample-web-jsp-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.springframework.boot"   -DarchetypeArtifactId="spring-boot-sample-web-jsp-archetype"   -DarchetypeVersion="1.0.2.RELEASE"   -DinteractiveMode=false 

Details about maven archetype spring-boot-sample-web-jsp-archetype

License

License

GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-sample-web-jsp-archetype
Version

Version

1.0.2.RELEASE
Type

Type

maven-archetype
Description

Description

spring-boot-sample-web-jsp-archetype
Spring Boot Web JSP Sample
Project URL

Project URL

http://projects.spring.io/spring-boot/
Project Organization

Project Organization

Spring
Source Code Management

Source Code Management

https://github.com/spring-projects/spring-boot

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.springframework.boot -DarchetypeArtifactId=spring-boot-sample-web-jsp-archetype -DarchetypeVersion=1.0.2.RELEASE -DinteractiveMode=false

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-core jar 1.9.5
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.