Create Java project with Maven archetype jfinal-spring-boot-quickstart

Archetype for creating Spring Boot Jfinal application

Create a Java Project by archetype jfinal-spring-boot-quickstart with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.wixct"   -DarchetypeArtifactId="jfinal-spring-boot-quickstart"   -DarchetypeVersion="2.1.4"   -DinteractiveMode=false 

Details about maven archetype jfinal-spring-boot-quickstart

License

License

GroupId

GroupId

com.wixct
ArtifactId

ArtifactId

jfinal-spring-boot-quickstart
Version

Version

2.1.4
Type

Type

maven-archetype
Description

Description

Spring Boot Maven Archetype: Quickstart
Archetype for creating Spring Boot Jfinal application
Project URL

Project URL

https://github.com/wxcmyx/jfinal-spring-boot-quickstart-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.wixct -DarchetypeArtifactId=jfinal-spring-boot-quickstart -DarchetypeVersion=2.1.4 -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.