|
|
1 year ago | |
|---|---|---|
| bin | 2 years ago | |
| doc | 1 year ago | |
| src | 1 year ago | |
| .gitignore | 3 years ago | |
| LICENSE | 1 year ago | |
| README.md | 1 year ago | |
| assembly.xml | 1 year ago | |
| pom.xml | 1 year ago |
建议开发者使用以下环境,这样避免版本带来的问题
1、检出源代码:
git clone http://116.142.80.13:3000/limeng/mcms.git
2、导入项目
4、Eclipse(IDEA)会自动加载 Maven 依赖包,初次加载会比较慢(根据自身网络情况而定),若工程上有小叉号,请打开 Problems 窗口,查看具体错误内容,直到无错误为止
5、创建数据库mcms(数据库使用utf-8编码),导入doc/mcms-版本号.sql,如果升级现有系统请使用*-up-*.sql升级,如果导入了系统对应的完整版SQL,sql升级补丁不需要重复导入;
6、修改src\main\resources\application-dev.yml文件中的数据库设置参数;
7、运行MSApplication.java main方法
8、首先先访问后台地址:http://localhost:8080/ms/login.do ,管理员账号,用户名:msopen 密码:msopen,进入后台点击内容管理->静态化菜单,进行"生成主页","生成栏目","生成文章"操作一遍 (注意!!!是后台登录界面,不是会员中心登录界面)
| 技术 | 名称 | 官网 |
|---|---|---|
| Spring Framework | 容器 | http://projects.spring.io/spring-framework |
| Spring Boot | MVC | https://spring.io/projects/spring-boot |
| Apache Shiro | 安全 | http://shiro.apache.org |
| Spring session | 分布式Session管理 | http://projects.spring.io/spring-session |
| MyBatis | DAO | http://www.mybatis.org |
| MyBatis-Plus | ORM | https://baomidou.com/ |
| Freemarker | 视图 | http://freemarker.foofun.cn |
| PageHelper | MyBatis分页插件 | http://git.oschina.net/free/Mybatis_PageHelper |
| Log4J | 日志组件 | http://logging.apache.org |
| Maven | 项目构建 | http://maven.apache.org |
| Elasticsearch | 分布式搜索引擎 | https://www.elastic.co |
| Redis | 分布式缓存数据库 | https://redis.io |
| hutool | 工具类 | http://hutool.mydoc.io |
| 技术 | 名称 | 官网 |
|---|---|---|
| VUE | MVVM框架 | https://cn.vuejs.org// |
| Element UI | UI库 | https://element.eleme.cn/2.0/#/zh-CN |
| jQuery | 函式库 | http://jquery.com/ |
| Waves | 点击效果插件 | https://github.com/fians/Waves/ |
| validator | 验证库 | https://github.com/chriso/validator.js |
| animate | 动画 | http://daneden.github.io/animate.css/ |
| icon | 矢量小图标(待更新) | https://www.iconfont.cn/ |