https://github.com/thoughtbit/eshopcms
Maven Modules + Spring + MyBatis 整合
https://github.com/thoughtbit/eshopcms
Last synced: 10 months ago
JSON representation
Maven Modules + Spring + MyBatis 整合
- Host: GitHub
- URL: https://github.com/thoughtbit/eshopcms
- Owner: thoughtbit
- Created: 2014-08-05T09:11:43.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-23T08:20:36.000Z (over 11 years ago)
- Last Synced: 2025-04-01T18:50:13.859Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 28.8 MB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 安装
# 下载代码
https://coding.net/moocss/eshopcms.git
# 进入eshopcms目录
cd eshopcms
# 清理 打包
mvn clean install package
# 编译
mvn compile
# 修改数据库配置文件
1、 把 src/main/resources/db.properties 拷贝到 CMS目录下
2、 修改db.properties里的超级管理员的email,和数据库连接的相关信息
# 安装
mvn exec:java -Dexec.mainClass="com.eshopcms.Install"
# 运行
mvn jetty:run
# 后台地址
http://127.0.0.1:8080/admin