Coder Social home page Coder Social logo

cms's Introduction

师说CMS

欢迎使用 “师说CMS”

使用Java语言开发的CMS(使用Apache2协议,可免费用于商业用途)
Spring MVC为表现层,Spring为业务层,MyBatis为数据层。项目大量使用注解,代码注释清晰,文档齐全,是学习和二次开发的首选。

QQ群:7343505

release 0.1

  • 优化了表设计,更能够修理解系统设计
  • 对于目录和文章,都可以有附件和评论
  • 支持4级目录,以目录的英文名为URL
  • 简化了代码,删除了不需要的方法
  • 初始化后台登录用户

PS:明年(过年以后)才会对系统统进行开源友好支持,敬请期待。

捐赠

如果您喜欢“师说CMS”,认为“师说CMS”确实给您带来方便和帮助,那么欢迎您捐赠。这笔钱会用在“师说CMS”的服务器费用上。非常感谢,您的捐赠,是我们前进的动力。我们将定期公开捐赠和支出。

演示地址

前台演示: http://42.121.56.21:7070/index.htm

后台演示: http://42.121.56.21:7070/auth/admin/login.htm 邮 箱: [email protected] 密 码: cmstest

技术关键词

  • jQuery
  • Bootstrap
  • Java
  • Maven
  • Spring
  • Spring MVC
  • MyBatis
  • MySQL
  • FreeMarker
  • Lucene

前言

师说CMS是由长沙师说网络科技有限公司开源的一款CMS产品,其公司推出的“师说" http://www.shishuo.com ,是一个专业人才交流平台,致力于解决人才与企业和人才与人才之间交流的平台。

安装

# 下载代码
git clone http://git.oschina.net/shishuo/CMS.git
# 进入CMS目录
cd CMS
# 清理
mvn clean
# 编译
mvn compile
# 修改数据库配置文件
	1、 把 src/main/resources/shishuocms.properties 拷贝到 CMS目录下
	2、 修改shishuocms.properties里的超级管理员的email,和数据库连接的相关信息
# 安装
mvn exec:java -Dexec.mainClass="com.shishuo.cms.Install"
# 运行
mvn jetty:run
# 后台地址
http://127.0.0.1:8080/auth/admin/login.htm
登录邮箱:[email protected]
登录密码:shishuocmstest

目标

  • 为致力于学习Java语言的初学者提供学习和参考的Demo
  • 帮助企业以更低的成本打造自己的网站
  • 让广大Web前端开发者和设计者,专注前台页面设计和制作
  • 填补各种优秀的开源CMS系统中,使用Java语言开发的空白

需求

  • 文章列表模块
  • 图片展示模块
  • 文件下载模块
  • 电子商务模块
  • 用户注册登录模块
  • 后台管理模块

效果图

首页
首页
登录
登录
文章管理
文章管理

开发

长沙市师说网络科技有限公司

版权

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.

---------------------------------------- ##git常用操作 . 添加远程分支 git add remote shishuo [email protected]:shishuo/CMS.git

. 添加远程分支
git add remote shishuo [email protected]:shishuo/CMS.git

. 获取更新
git fetch shishuo

. 切换到master分支
git checkout master

. 合并远程分支到当前分支
git merge shishuo/master

. 切换到develop分支
git checkout develop

. 将主分支master合并到develop分支,用于开发
git merge develop

. 撤销所有更新
git reset --hards

cms's People

Contributors

shishuo avatar jacarrichan avatar herbert888 avatar yuyidi avatar caizh avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.