Create Java project with Maven archetype vanilla-spring-webflux-fn-blank-archetype

Blank project for Vanilla Spring WebFlux.fn

Create a Java Project by archetype vanilla-spring-webflux-fn-blank-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="am.ik.archetype"   -DarchetypeArtifactId="vanilla-spring-webflux-fn-blank-archetype"   -DarchetypeVersion="0.0.7"   -DinteractiveMode=false 

Details about maven archetype vanilla-spring-webflux-fn-blank-archetype

GroupId

GroupId

am.ik.archetype
ArtifactId

ArtifactId

vanilla-spring-webflux-fn-blank-archetype
Version

Version

0.0.7
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=am.ik.archetype -DarchetypeArtifactId=vanilla-spring-webflux-fn-blank-archetype -DarchetypeVersion=0.0.7 -DinteractiveMode=false