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
License |
License |
---|---|
GroupId | GroupIdorg.hotrodorm.hotrod |
ArtifactId | ArtifactIdhotrod-archetype-sm-jar-app |
Version | Version3.4.7 |
Type | Typemaven-archetype |
Description |
Descriptionhotrod-archetype-sm-jar-app
ORM Generator for High Performance Apps.
|
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