KeeCMS
https://github.com/jinhang
重构OSChia上的是说项目成maven版keeCMS(学习目的)
[框架CMS]
Java语言开发的CMS Spring MVC为表现层,Spring为业务层,MyBatis为数据层 前台: http://localhost:8080/index.html后台: http://localhost:8080/auth/admin/login.html
- jQuery
- Bootstrap
- Java
- Maven
- Spring
- Spring MVC
- MyBatis
- MySQL
- FreeMarker
- Lucene
# 下载代码
git clone https://github.com/jinhang/CMS.git
# 进入CMS目录
cd CMS
# 清理
mvn clean
# 编译
mvn compile
# 修改数据库配置文件
1、 把 src/main/resources/keecms.properties 拷贝到 CMS目录下
2、 修改keecms.properties里的超级管理员的email,和数据库连接的相关信息
# 安装
mvn exec:java -Dexec.mainClass="com.kee.cms.Install"
# 运行
mvn jetty:run
需求
- 文章列表模块
- 图片展示模块
- 文件下载模块
- 电子商务模块
- 用户注册登录模块
- 后台管理模块
由于参考OSChina师说项目,特添加以下版权内容:
版权
Copyright 2013 Changsha shishuo Network Technology Co., Ltd.
All rights reserved.
长沙市师说网络科技有限公司
版权所有
http://www.shishuo.com
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.