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.2.19"   -DinteractiveMode=false 

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

License

License

GroupId

GroupId

am.ik.archetype
ArtifactId

ArtifactId

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

Version

0.2.19
Type

Type

maven-archetype
Description

Description

vanilla-spring-webflux-fn-blank-archetype
Blank project for Vanilla Spring WebFlux.fn
Project URL

Project URL

https://github.com/making/vanilla-spring-webflux-fn-blank
Source Code Management

Source Code Management

https://github.com/making/vanilla-spring-webflux-fn-blank

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.2.19 -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.