An open API service indexing awesome lists of open source software.

https://github.com/thoughtbit/easycms

Maven3 + Spring3 + Jersey2 + MyBatis3 整合
https://github.com/thoughtbit/easycms

Last synced: 10 months ago
JSON representation

Maven3 + Spring3 + Jersey2 + MyBatis3 整合

Awesome Lists containing this project

README

          

## 安装

# 下载代码
https://coding.net/moocss/easycms.git
# 进入easycms目录
cd easycms
# MyBatis Generator
mvn mybatis-generator:generate
# 清理
mvn clean
# 编译
mvn compile
# 修改数据库配置文件
1、 把 src/main/resources/db.properties 拷贝到 CMS目录下
2、 修改db.properties里的超级管理员的email,和数据库连接的相关信息
# 安装数据库
mvn exec:java -Dexec.mainClass="com.easycms.Install"
# 运行
mvn jetty:run
# 后台地址
http://127.0.0.1:8080/admin