MVN

com.wixct : jfinal-spring-boot-quickstart

Maven & Gradle

Aug 05, 2018
1 stars

Spring Boot Maven Archetype: Quickstart · Archetype for creating Spring Boot Jfinal application

mvn archetype:generate -DarchetypeGroupId=com.wixct -DarchetypeArtifactId=jfinal-spring-boot-quickstart -DarchetypeVersion=2.1.4
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wixct : jfinal-spring-boot-quickstart to generate a Maven project - Latest Versions:

  • Latest Stable: 2.1.4

All Versions

Choose a version of com.wixct : jfinal-spring-boot-quickstart to generate a Maven project - All Versions:

Version Vulnerabilities Updated
2.1.x
jfinal-spring-boot-quickstart-2.1.4
jfinal-spring-boot-quickstart-2.1.3
jfinal-spring-boot-quickstart-2.1.2
jfinal-spring-boot-quickstart-2.1.0

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=com.wixct -DarchetypeArtifactId=jfinal-spring-boot-quickstart -DarchetypeVersion=2.1.4

Advertisement