|
|
|
|
@ -116,95 +116,7 @@ QQ交流群号: ①242805203 ②231212174(满) ③221335098(满) <br/> |
|
|
|
|
* 系统100%开源 |
|
|
|
|
* 铭飞MCms是铭飞MS平台的一个子模块,同时铭飞MCms所依赖的模块都是用maven方式提供了源码获取方式,具体看pom.xml |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>net.mingsoft</groupId> |
|
|
|
|
<artifactId>ms-base</artifactId> |
|
|
|
|
<version>${ms.base.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- ms-base源码jar包 --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>net.mingsoft</groupId> |
|
|
|
|
<artifactId>ms-base</artifactId> |
|
|
|
|
<version>${ms.base.version}</version> |
|
|
|
|
<classifier>sources</classifier> |
|
|
|
|
<scope>provided</scope> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- ms-basic基础模块war包,包含后台管理的基础功能 --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>net.mingsoft</groupId> |
|
|
|
|
<artifactId>ms-basic</artifactId> |
|
|
|
|
<version>${ms.basic.version}</version> |
|
|
|
|
<type>war</type> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- ms-basic源码jar包 --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>net.mingsoft</groupId> |
|
|
|
|
<artifactId>ms-basic</artifactId> |
|
|
|
|
<version>${ms.basic.version}</version> |
|
|
|
|
<classifier>sources</classifier> |
|
|
|
|
<scope>provided</scope> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- ms-basic开发依赖,主要方便业务开发 --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>net.mingsoft</groupId> |
|
|
|
|
<artifactId>ms-basic</artifactId> |
|
|
|
|
<version>${ms.basic.version}</version> |
|
|
|
|
<classifier>classes</classifier> |
|
|
|
|
<scope>provided</scope> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- ms-mdiy自定义模块,自定义表单、自定义搜索、自定义页面等 --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>net.mingsoft</groupId> |
|
|
|
|
<artifactId>ms-mdiy</artifactId> |
|
|
|
|
<version>${ms.mdiy.version}</version> |
|
|
|
|
<type>war</type> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- ms-mdiy自定义模块源码 --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>net.mingsoft</groupId> |
|
|
|
|
<artifactId>ms-mdiy</artifactId> |
|
|
|
|
<version>${ms.mdiy.version}</version> |
|
|
|
|
<classifier>sources</classifier> |
|
|
|
|
<scope>provided</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- ms-mdiy开发依赖,主要方便业务开发 --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>net.mingsoft</groupId> |
|
|
|
|
<artifactId>ms-mdiy</artifactId> |
|
|
|
|
<version>${ms.mdiy.version}</version> |
|
|
|
|
<classifier>classes</classifier> |
|
|
|
|
<scope>provided</scope> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- ms-mpeople用户模块,包含用户的常规功能,详细描述见MStore --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>net.mingsoft</groupId> |
|
|
|
|
<artifactId>ms-mpeople</artifactId> |
|
|
|
|
<version>${ms.mpeople.version}</version> |
|
|
|
|
<type>war</type> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- ms-mpeople用户模块源码 --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>net.mingsoft</groupId> |
|
|
|
|
<artifactId>ms-mpeople</artifactId> |
|
|
|
|
<version>${ms.mpeople.version}</version> |
|
|
|
|
<classifier>sources</classifier> |
|
|
|
|
<scope>provided</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- ms-mpeople开发依赖,主要方便业务开发 --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>net.mingsoft</groupId> |
|
|
|
|
<artifactId>ms-mpeople</artifactId> |
|
|
|
|
<version>${ms.mpeople.version}</version> |
|
|
|
|
<classifier>classes</classifier> |
|
|
|
|
<scope>provided</scope> |
|
|
|
|
</dependency> |
|
|
|
|
``` |
|
|
|
|
# 系统美图 |
|
|
|
|
 |
|
|
|
|
 |
|
|
|
|
 |
|
|
|
|
 |