Create Java project with Maven archetype springJdbiArch

Spring and JDBI web archetype

Create a Java Project by archetype springJdbiArch with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DHTTP_PORT="My-HTTP_PORT"   -DDomainName="My-DomainName"   -DJndiDataSourceName="My-JndiDataSourceName"   -DSSL_PORT="My-SSL_PORT"   -DCLUSTER_MEMBERS="My-CLUSTER_MEMBERS"   -DarchetypeGroupId="com.github.kentyeh"   -DarchetypeArtifactId="springJdbiArch"   -DarchetypeVersion="3.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

HTTP_PORT
validationRegex: none
DomainName
validationRegex: none
JndiDataSourceName
validationRegex: none
SSL_PORT
validationRegex: none
CLUSTER_MEMBERS
validationRegex: none

Details about maven archetype springJdbiArch

License

License

GroupId

GroupId

com.github.kentyeh
ArtifactId

ArtifactId

springJdbiArch
Version

Version

3.0.0
Type

Type

maven-archetype
Description

Description

springJdbiArch
Spring and JDBI web archetype
Project URL

Project URL

https://github.com/kentyeh/springJdbiArch

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.kentyeh -DarchetypeArtifactId=springJdbiArch -DarchetypeVersion=3.0.0 -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.