代码拉取完成,页面将自动刷新
当前版本:4.6.5
铭飞MS官网:http://ms.mingsoft.net
官网同时提供一键运行版本下载,请步移官网....
QQ交流群号:①231212174 ②221335098
很多人说铭飞MCMS是大天朝国唯一完整开源的J2EE系统!团队希望看到更多的优秀好用的开源系统,我们一直会努力下去!
建议开发者使用以下环境,这样避免版本带来的问题
<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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。