Fetch the repository succeeded.
This action will force synchronization from 铭飞/MCMS, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
#铭飞MCMS内容管理系统完整开源版J2EE代码
当前版本:4.6.2
铭飞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>
#系统美图
Sign in for post a comment
Comments ( 0 )