说明更新

This commit is contained in:
铭飞 2019-05-05 17:17:22 +08:00
parent 77cd7ffa6e
commit 57413e3ed4
1 changed files with 1 additions and 89 deletions

View File

@ -116,95 +116,7 @@ QQ交流群号 ①242805203 ②231212174 ③221335098 <br/>
* 系统100%开源 * 系统100%开源
* 铭飞MCms是铭飞MS平台的一个子模块同时铭飞MCms所依赖的模块都是用maven方式提供了源码获取方式,具体看pom.xml * 铭飞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>
```
# 系统美图 # 系统美图
![输入图片说明](http://git.oschina.net/uploads/images/2015/1029/110523_6727b755_542665.jpeg "铭飞模版商城,模版商城") ![输入图片说明](http://git.oschina.net/uploads/images/2015/1029/110523_6727b755_542665.jpeg "铭飞模版商城,模版商城")
![输入图片说明](http://git.oschina.net/uploads/images/2015/1108/143215_21e5f30a_542665.png "铭飞模版商城,插件商城") ![输入图片说明](http://git.oschina.net/uploads/images/2015/1108/143215_21e5f30a_542665.png "铭飞模版商城,插件商城")
![输入图片说明](http://git.oschina.net/uploads/images/2015/1029/105109_bf9db869_542665.png "铭飞内容管理系统后台演示") ![输入图片说明](http://git.oschina.net/uploads/images/2015/1029/105109_bf9db869_542665.png "铭飞内容管理系统后台演示")