Create Java project with Maven archetype openapi-springboot-archetype

OpenAPI And SpringBoot Bootstrap Archetype

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dopenapi_app_contract_uri="My-openapi_app_contract_uri"   -DarchetypeGroupId="com.redhat.consulting"   -DarchetypeArtifactId="openapi-springboot-archetype"   -DarchetypeVersion="1.0.3"   -DinteractiveMode=false 

Required parameters for generate java project:

openapi_app_contract_uri
validationRegex: none

Details about maven archetype openapi-springboot-archetype

License

License

GroupId

GroupId

com.redhat.consulting
ArtifactId

ArtifactId

openapi-springboot-archetype
Version

Version

1.0.3
Type

Type

maven-archetype
Description

Description

openapi-springboot-archetype
OpenAPI And SpringBoot Bootstrap Archetype
Project URL

Project URL

https://github.com/redhat-appdev-practice/openapi-springboot-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.redhat.consulting -DarchetypeArtifactId=openapi-springboot-archetype -DarchetypeVersion=1.0.3 -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.