All Projects → cjbi → Wetech Cms

cjbi / Wetech Cms

Licence: mit
wetech cms是本人自己整合开发的一套内容管理系统。旨在开发一个通用的、可持续开发集成的、方便扩展的cms系统,目前主要用来替代本人的wordpress博客

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Wetech Cms

Publiccms
现代化java cms,由天津黑核科技有限公司开发,轻松支撑千万数据、千万PV;支持静态化,服务器端包含; 目前已经拥有全球0.0002%的用户,语言支持中、繁、日、英;是一个已走向海外的成熟CMS产品
Stars: ✭ 1,750 (+4275%)
Mutual labels:  cms, maven
Djangocms Picture
django CMS Picture is a plugin for django CMS that allows you to add images on your site.
Stars: ✭ 37 (-7.5%)
Mutual labels:  cms
Tolaria
A Rails CMS framework for making your editors happy.
Stars: ✭ 33 (-17.5%)
Mutual labels:  cms
Aliyungradleconfig
自用的安卓开源项目工程模板。阿里云远程仓库加速,发布到maven仓库、上传到jcenter,代码混淆、资源混淆,持续集成(CI),多渠道自动打包。在天朝使用jcenter、mavenCentral及google三个远程仓库,Gradle Sync太慢?一招教你配置阿里云镜像源。init.d/init.gradle
Stars: ✭ 37 (-7.5%)
Mutual labels:  maven
Autocms
AutoCms is a simple solution for your Meteor.js app
Stars: ✭ 34 (-15%)
Mutual labels:  cms
Pinecms
基于Iris/Gin+XORM+Easyui(后端)开发的CMS管理系统,权限管理,页面自动静态化,标签化,数据库备份,上传下载, 多主题切换 (正在重构后端页面,新功能敬请期待)
Stars: ✭ 37 (-7.5%)
Mutual labels:  cms
Cms
Statamic 3: The Core Composer Package
Stars: ✭ 965 (+2312.5%)
Mutual labels:  cms
Adaptcms
AdaptCMS is an open source CMS that is made for complete control of your website, easiness of use and easily adaptable to any type of website. It's made easy with advanced custom fields, a very simple but powerful template system and much more.
Stars: ✭ 39 (-2.5%)
Mutual labels:  cms
Dnnextensions
One solution. Multiple extensions. No pain. A collection of DNN modules and other extensions.
Stars: ✭ 37 (-7.5%)
Mutual labels:  cms
Grocery Cms Php Restful Api
Grocery-CMS-PHP-Restful-API is an online grocery shop. The project is developed by using PHP/MySQL/Slim Restful API. The project has powerful backend cms to manage grocery shop online. it has features like add items, remove items, update price, manage orders etc. Restful API ready to embed in Application using JSON data.
Stars: ✭ 36 (-10%)
Mutual labels:  cms
Djangocms Googlemap
django CMS Google Map is a set of plugins for django CMS that allow you to implement Google Map into your website.
Stars: ✭ 35 (-12.5%)
Mutual labels:  cms
Ezlog
Easy blog system powered by django
Stars: ✭ 34 (-15%)
Mutual labels:  cms
Decko
Start with a deck of wiki cards. Develop it into a rich web app.
Stars: ✭ 37 (-7.5%)
Mutual labels:  cms
Gatsby Starter Kontent Lumen
Lumen is a minimal, lightweight and mobile-first starter for creating blogs using Gatsby and Kentico Kontent.
Stars: ✭ 34 (-15%)
Mutual labels:  cms
Nodercms
轻量级内容管理系统,基于 Node.js + MongoDB 开发,拥有灵活的内容模型以及完善的权限角色机制。
Stars: ✭ 990 (+2375%)
Mutual labels:  cms
Notes
📝 Migrated to(迁移至) https://github.com/Kuangcp/Note 当前仓库已经废弃, 对应的博客网站:
Stars: ✭ 33 (-17.5%)
Mutual labels:  maven
Buttercms Rails
Rails SDK for ButterCMS (https://buttercms.com)
Stars: ✭ 35 (-12.5%)
Mutual labels:  cms
Stationery Cms
💡基于laravel-admin1.6.0开发的办公用品管理系统,含excel导出、查询快递功能
Stars: ✭ 37 (-7.5%)
Mutual labels:  cms
Lib I18n
The library `Lib-I18N` allows a developer to bind a key-value pair of a `.properties` file to a [StringBinding]. This makes it very easy to change the language during runtime in a [JavaFX] application.
Stars: ✭ 40 (+0%)
Mutual labels:  maven
Maven Assembly Plugin
Apache Maven Assembly Plugin
Stars: ✭ 39 (-2.5%)
Mutual labels:  maven

wetech-cms

wetech cms是本人自己整合开发的一套内容管理系统。旨在开发一个通用的、可持续开发集成的、方便扩展的cms系统,目前主要用来替代本人的wordpress博客

项目介绍

  • 首页使用freemarker完全静态化处理,减轻服务器和数据库的压力

  • 后台相关js只在第一次登录时加载,各功能网页通过ajax load到content div中,包括异步前后台表单验证,所有的请求都是通过ajax来完成。

  • 批量删除功能,查询、新增、修改全部在一个网页当中,减少与服务器交互

  • 对datatables进行封装,增删改查基本的操作封装成插件,降低开发难度

  • 严格的代码规范,对于每个类都有对应的单元测试覆盖

模块介绍

  1. wetech-parent

是所有子模块的父类,同时也是项目聚合器,以及版本申明管理,无实质代码

  1. wetech-basic-common

主要是放一些通用工具类

  1. wetech-basic-hibernate

对hibernate进行封装,目前就放了IBaseDao和BaseDao

  1. wetech-core

项目核心模块,用来放POJO、DAO对象,以及ORM映射

  1. wetech-topic

服务层文章相关

  1. wetech-user

服务层用户相关

  1. wetech-web

用来放前台页面,以及控制层相关代码

技术选型

后端技术

技术 名称 版本 官网
Spring Framework 容器 4.3.5.RELEASE http://projects.spring.io/spring-framework/
SpringMVC MVC框架 4.3.5.RELEASE http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#mvc
Hibernate ORM框架 4.2.0.Final http://hibernate.org/
Maven 项目构建管理 4.0.0 http://maven.apache.org
Freemarker 模板引擎 2.3.23 https://freemarker.apache.org/
Logback 日志组件 1.1.3 https://logback.qos.ch
Dbcp2 数据库连接池 2.1.1 https://github.com/alibaba/druid
Hibernate Validator 后端校验框架 5.4.2.Final http://hibernate.org/validator/
DWR WEB远程调用框架 3.0.1-RELEASE http://directwebremoting.org/dwr/index.html
Thumbnailator 生成高质量缩略图的Java类库 0.4.3 https://github.com/coobird/thumbnailator

前端技术

技术 名称 版本 官网
jQuery 优秀的Javascript库 3.1.1 http://jquery.com/
Amaze UI 前端框架 2.7.2 http://amazeui.org/
DataTables 数据表格 1.10.16 https://www.datatables.net/
Layer jQuery弹出层插件 3.0.1 http://layer.layui.com/
ZTree jQuery树插件 3.5.12 http://www.treejs.cn
WangEditor 轻量级web富文本编辑器 2.1.22 http://www.wangeditor.com/

软件需求

  • JDK1.8+
  • MySQL5.6+
  • Tomcat7.0+/jetty9.0+
  • Maven3.0+

本地部署

  • 通过git下载源码
  • 创建数据库wetech_cms,数据库编码为UTF-8
  • 执行docs/sql/init.sql文件,初始化数据
  • 修改wetech-core模块下jdbc.properties文件,更改MySQL账号和密码
  • 在项目根模块执行【mvn clean package】
  • 在wetech-core模块执行【mvn jetty:run】命令,即可运行项目
  • 项目访问路径:http://localhost:8888/wetech-cms
  • 账号密码:admin/123456

预览图

首页

文章页

登陆页

后台管理页

在线访问

预览地址

http://wetech.tech/wetech-cms

许可证

wetech-cms 使用 MIT 许可证发布,用户可以自由使用、复制、修改、合并、出版发行、散布、再授权及贩售wetech-cms 及其副本。

获取源码

https://github.com/cjbi/wetech-cms

https://gitee.com/cjbi/wetech-cms

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].