Create Java project with Maven archetype hotrod-archetype-sm-jar-app

ORM Generator for High Performance Apps.

Create a Java Project by archetype hotrod-archetype-sm-jar-app with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dpackage="My-package"   -Dpersistencepackage="My-persistencepackage"   -Dspringbootversion="My-springbootversion"   -Dhotrodversion="My-hotrodversion"   -Dmybatisspringversion="My-mybatisspringversion"   -Ddebbieversion="My-debbieversion"   -Dsentinelversion="My-sentinelversion"   -Djdbcdrivergroupid="My-jdbcdrivergroupid"   -Djdbcdriverartifactid="My-jdbcdriverartifactid"   -Djdbcdriverversion="My-jdbcdriverversion"   -Djdbcdrivertype="My-jdbcdrivertype"   -Djdbcdriverclassname="My-jdbcdriverclassname"   -Djdbcurl="My-jdbcurl"   -Djdbcusername="My-jdbcusername"   -Djdbcpassword="My-jdbcpassword"   -Djdbccatalog="My-jdbccatalog"   -Djdbcschema="My-jdbcschema"   -DarchetypeGroupId="org.hotrodorm.hotrod"   -DarchetypeArtifactId="hotrod-archetype-sm-jar-app"   -DarchetypeVersion="3.4.7"   -DinteractiveMode=false 

Required parameters for generate java project:

package
validationRegex: none
persistencepackage
validationRegex: none
springbootversion
validationRegex: none
hotrodversion
validationRegex: none
mybatisspringversion
validationRegex: none
debbieversion
validationRegex: none
sentinelversion
validationRegex: none
jdbcdrivergroupid
validationRegex: none
jdbcdriverartifactid
validationRegex: none
jdbcdriverversion
validationRegex: none
jdbcdrivertype
validationRegex: none
jdbcdriverclassname
validationRegex: none
jdbcurl
validationRegex: none
jdbcusername
validationRegex: none
jdbcpassword
validationRegex: none
jdbccatalog
validationRegex: none
jdbcschema
validationRegex: none

Details about maven archetype hotrod-archetype-sm-jar-app

License

License

GroupId

GroupId

org.hotrodorm.hotrod
ArtifactId

ArtifactId

hotrod-archetype-sm-jar-app
Version

Version

3.4.7
Type

Type

maven-archetype
Description

Description

hotrod-archetype-sm-jar-app
ORM Generator for High Performance Apps.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.hotrodorm.hotrod -DarchetypeArtifactId=hotrod-archetype-sm-jar-app -DarchetypeVersion=3.4.7 -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.