# mcms **Repository Path**: drlsxs/mcms ## Basic Information - **Project Name**: mcms - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 快速体验 * 将项目源码导入eclipse; * 将目标解压放在 src/main/webapp/templets 目录下 * 创建数据库db-mcms-open,注意:数据库使用utf-8编码,导入doc/db-mcms-open.sql * 修改src\main\resources\application-dev.yml文件中的数据库设置参数; * 首先先访问后台地址:http://ip|域名/项目发布名/ms/login.do,进入后台点击内容管理->静态化菜单,进行"生成主页","生成栏目","生成文章"操作 (注意!!!) * 管理员账号,用户名:msopen 密码:msopen # 开发环境 建议开发者使用以下环境,这样避免版本带来的问题 * IDE:eclipse、idea * DB:Mysql5.7 * JDK:JAVA 8 * WEB:Tomcat8 # 运行环境 * WEB服务器:Weblogic、Tomcat、WebSphere、JBoss、Jetty 等 * 数据库服务器:Mysql5.7 * 操作系统:Windows、Linux、Unix 等 ### 后端框架 | 技术 | 名称 | 官网 | | :--- | :--- | :--- | | 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| 函式库 | [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/) | | Bootstrap | 前端框架 | [http://getbootstrap.com/](http://getbootstrap.com/) | | Bootstrap-table | Bootstrap数据表格 | [http://bootstrap-table.wenzhixin.net.cn/](http://bootstrap-table.wenzhixin.net.cn/) | | BootstrapValidator | 表单验证 | [http://bootstrapvalidator.com/](http://bootstrapvalidator.com) | | Font-awesome | 字体图标 | [http://fontawesome.io/](http://fontawesome.io/) | | Waves | 点击效果插件 | [https://github.com/fians/Waves/](https://github.com/fians/Waves) | | zTree | 树插件 | [http://www.treejs.cn/v3/](http://www.treejs.cn/v3/) | | Select2 | 选择框插件 | [https://github.com/select2/select2](https://github.com/select2/select2) | | Vue | MVVM框架 | [https://cn.vuejs.org/](https://cn.vuejs.org/) | | AmazeUI | 移动端UI | [http://amazeui.org/](http://amazeui.org/) | | Plupload | 上传控件 | [http://www.plupload.com/](http://www.plupload.com/) | | freemarker | 模板引擎 | [http://freemarker.foofun.cn/toc.html](http://freemarker.foofun.cn/toc.html) | | 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 | 矢量小图标\(待更新\) | [http://ms.mingsoft.net/html/86//6048/index.html](http://ms.mingsoft.net/html/86//6048/index.html) | # 文件说明 * 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/templets 模版文件夹 * src/main/webapp/upload 上传资源文件夹 * src/main/webapp/WEB-INF/manager 后端视图页面 * LICENSE 项目协议说明 * README.md 项目说明文档 * pom.xml 依赖配置文件