Create Java project with Maven archetype sqlproc-archetype-simple-spring

SQL Processor Archetype for Simple Spring Application

Create a Java Project by archetype sqlproc-archetype-simple-spring with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.sqlproc"   -DarchetypeArtifactId="sqlproc-archetype-simple-spring"   -DarchetypeVersion="3.5.1"   -DinteractiveMode=false 

Details about maven archetype sqlproc-archetype-simple-spring

License

License

GroupId

GroupId

org.sqlproc
ArtifactId

ArtifactId

sqlproc-archetype-simple-spring
Version

Version

3.5.1
Type

Type

maven-archetype
Description

Description

SQL Processor Archetype for Simple Spring Application
SQL Processor Archetype for Simple Spring Application
Project URL

Project URL

https://github.com/hudec/sql-processor

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.sqlproc -DarchetypeArtifactId=sqlproc-archetype-simple-spring -DarchetypeVersion=3.5.1 -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.