Create Java project with Maven archetype terasoluna-gfw-multi-web-blank-mybatis3-archetype

Web Blank Multi Project (MyBatis3) using TERASOLUNA Server Framework for Java (5.x)

Create a Java Project by archetype terasoluna-gfw-multi-web-blank-mybatis3-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.terasoluna.gfw.blank"   -DarchetypeArtifactId="terasoluna-gfw-multi-web-blank-mybatis3-archetype"   -DarchetypeVersion="5.7.1.RELEASE"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-env
  • ${rootArtifactId}-domain
  • ${rootArtifactId}-web
  • ${rootArtifactId}-initdb
  • ${rootArtifactId}-selenium

Details about maven archetype terasoluna-gfw-multi-web-blank-mybatis3-archetype

License

License

GroupId

GroupId

org.terasoluna.gfw.blank
ArtifactId

ArtifactId

terasoluna-gfw-multi-web-blank-mybatis3-archetype
Version

Version

5.7.1.RELEASE
Type

Type

maven-archetype
Description

Description

terasoluna-gfw-multi-web-blank-mybatis3-archetype
Web Blank Multi Project (MyBatis3) using TERASOLUNA Server Framework for Java (5.x)
Project URL

Project URL

http://terasoluna.org

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.terasoluna.gfw.blank -DarchetypeArtifactId=terasoluna-gfw-multi-web-blank-mybatis3-archetype -DarchetypeVersion=5.7.1.RELEASE -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.