# MCMS **Repository Path**: galms/MCMS ## Basic Information - **Project Name**: MCMS - **Description**: 完整开源的Java CMS!基于SpringBoot 2架构,前端基于vue、element ui。每两个月收集issues问题并更新版本,为开发者提供上百套免费模板,同时提供适用的插件(文章、商城、微信、论坛、会员、评论、支付、积分、工作流、任务调度等...),一套简单好用的开源系统、一整套优质的开源生态内容体系。铭飞的使命就是降低开发成本提高开发效率,提供全方位的企业级开发解决方案 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: http://www.mingsoft.net - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7425 - **Created**: 2022-06-27 - **Last Updated**: 2023-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简介 cms系统,用于搭建简易信息站点。 * 官网使用手册 http://doc.mingsoft.net/mcms/ * 开源项目官网 https://gitee.com/mingSoft/MCMS # 开发环境 建议开发者使用以下环境,这样避免版本带来的问题 * Windows、Linux * Eclipse、Idea * Mysql≧5.7 * JDK≧8 * Tomcat≧8 # 技术栈说明 ## 后端框架 | 技术 | 名称 | 官网 | | :--- | :--- | :--- | | Spring Framework | 容器 | [http://projects.spring.io/spring-framework](http://projects.spring.io/spring-framework/) | | Spring Boot | MVC框架 | [https://spring.io/projects/spring-boot](https://spring.io/projects/spring-boot) | | Apache Shiro | 安全框架 | [http://shiro.apache.org](http://shiro.apache.org/) | | Spring session | 分布式Session管理 | [http://projects.spring.io/spring-session](http://projects.spring.io/spring-session) | | MyBatis | ORM框架 | [http://www.mybatis.org](http://www.mybatis.org/mybatis-3/zh/index.html) | | Freemarker | 视图框架 | [http://freemarker.foofun.cn](http://freemarker.foofun.cn/) | | PageHelper | MyBatis分页插件 | [http://git.oschina.net/free/Mybatis\_PageHelper](http://git.oschina.net/free/Mybatis_PageHelper) | | Log4J | 日志组件 | [http://logging.apache.org](http://logging.apache.org) | | Maven | 项目构建 | [http://maven.apache.org](http://maven.apache.org/) | | Elasticsearch | 分布式搜索引擎 | [https://www.elastic.co](https://www.elastic.co/) | | Redis | 分布式缓存数据库 | [https://redis.io](https://redis.io) | | hutool | 工具类 | [http://hutool.mydoc.io](http://hutool.mydoc.io) | ## 前端框架 | 技术 | 名称 | 官网 | | :--- | :--- | :--- | | VUE| MVVM框架 | [https://cn.vuejs.org//](https://cn.vuejs.org//) | | Element UI| UI库 | [https://element.eleme.cn/2.0/#/zh-CN](https://element.eleme.cn/2.0/#/zh-CN) | | jQuery | 函式库 | [http://jquery.com/](http://jquery.com/) | | Waves | 点击效果插件 | [https://github.com/fians/Waves/](https://github.com/fians/Waves) | | validator | 验证库 | [https://github.com/chriso/validator.js](https://github.com/chriso/validator.js) | | animate | 动画 | [http://daneden.github.io/animate.css/](http://daneden.github.io/animate.css/) | | icon | 矢量小图标\(待更新\) | [https://www.iconfont.cn/](https://www.iconfont.cn/) | # 文件说明 * doc 项目文档文件夹,里面有数据库文件 * src/main/java java源代码 * src/main/resources 项目的资源配置文件 * src/main/webapp * src/main/webapp/static 静态资源文件,如:js、css、image、等第三方前端插件库 * src/main/webapp/html 生成的静态页面,实际项目需要删除,只是提供给开发者快速预览生成后的静态页面 * src/main/webapp/templet 模版文件夹 * src/main/webapp/upload 上传资源文件夹 * src/main/webapp/WEB-INF/manager 后端视图页面 * LICENSE 项目协议说明 * README.md 项目说明文档 * pom.xml 依赖配置文件