Create Java project with Maven archetype ram-webapp-with-mybatis-archetype

Archetype for Ram project with mybatis.

Create a Java Project by archetype ram-webapp-with-mybatis-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="top.beanshell"   -DarchetypeArtifactId="ram-webapp-with-mybatis-archetype"   -DarchetypeVersion="1.1.0"   -DinteractiveMode=false 

Generated Project modules

  • app-api
  • app-container
  • app-test
  • app-config
  • app-service
  • app-endpoint
  • app-common

Details about maven archetype ram-webapp-with-mybatis-archetype

License

License

GroupId

GroupId

top.beanshell
ArtifactId

ArtifactId

ram-webapp-with-mybatis-archetype
Version

Version

1.1.0
Type

Type

maven-archetype
Description

Description

ram-webapp-with-mybatis-archetype
Archetype for Ram project with mybatis.
Project URL

Project URL

https://www.beanshell.top
Source Code Management

Source Code Management

https://github.com/mbc3320/ram-webapp-with-mybatis

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=top.beanshell -DarchetypeArtifactId=ram-webapp-with-mybatis-archetype -DarchetypeVersion=1.1.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.