Create Java project with Maven archetype slimboot-archetype

This archetype creates a lightweight Spring Boot API

Create a Java Project by archetype slimboot-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.fortytwobinary"   -DarchetypeArtifactId="slimboot-archetype"   -DarchetypeVersion="0.1.1"   -DinteractiveMode=false 

Details about maven archetype slimboot-archetype

License

License

GroupId

GroupId

com.fortytwobinary
ArtifactId

ArtifactId

slimboot-archetype
Version

Version

0.1.1
Type

Type

maven-archetype
Description

Description

Slimboot Archetype
This archetype creates a lightweight Spring Boot API
Project URL

Project URL

https://github.com/fortytwobinary/slimboot-archetype
Source Code Management

Source Code Management

https://github.com/fortytwobinary/slimboot-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.fortytwobinary -DarchetypeArtifactId=slimboot-archetype -DarchetypeVersion=0.1.1 -DinteractiveMode=false

Dependencies

compile (1)

Group / Artifact Type Version
io.swagger.parser.v3 : swagger-parser jar 2.0.21

Project Modules

There are no modules declared in this project.