All Projects → xujeff → Tianti

xujeff / Tianti

Licence: apache-2.0
java轻量级的CMS解决方案-天梯。天梯是一个用java相关技术搭建的后台CMS解决方案,用户可以结合自身业务进行相应扩展,同时提供了针对dao、service等的代码生成工具。技术选型:Spring Data JPA、Hibernate、Shiro、 Spring MVC、Layer、Mysql等。

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Tianti

Spring Boot Mysql Rest Api Tutorial
Building a Restful CRUD API using Spring Boot, Mysql, JPA and Hibernate
Stars: ✭ 279 (-73.5%)
Mutual labels:  hibernate, spring-data-jpa, mysql, spring-mvc
Spring Boot Enterprise Application Development
Spring Boot Enterprise Application Development.《Spring Boot 企业级应用开发实战》
Stars: ✭ 261 (-75.21%)
Mutual labels:  hibernate, spring-data-jpa, mysql, spring-mvc
Spring Framework Petclinic
A Spring Framework application based on JSP, Spring MVC, Spring Data JPA, Hibernate and JDBC
Stars: ✭ 251 (-76.16%)
Mutual labels:  hibernate, spring-data-jpa, mysql, spring-mvc
Javaquarkbbs
基于Spring Boot实现的一个简易的Java社区
Stars: ✭ 755 (-28.3%)
Mutual labels:  hibernate, spring-mvc, shiro
Kotlin Spring Boot Jpa Rest Api Demo
Build a Restful API with Kotlin, Spring Boot, Mysql, Jpa and Hibernate
Stars: ✭ 67 (-93.64%)
Mutual labels:  hibernate, mysql, spring-mvc
Library
Online Library Management. User can search, check in, checkout book. System adds fines automatically if the book is not checked in by due date
Stars: ✭ 27 (-97.44%)
Mutual labels:  hibernate, spring-mvc, spring-data-jpa
Roothub
使用 SSM 和 MySQL 开发的论坛系统
Stars: ✭ 131 (-87.56%)
Mutual labels:  mysql, spring-mvc, shiro
Springbootunity
rabbitmq、redis、scheduled、socket、mongodb、Swagger2、spring data jpa、Thymeleaf、freemarker etc. (muti module spring boot project) (with spring boot framework,different bussiness scence with different technology。)
Stars: ✭ 845 (-19.75%)
Mutual labels:  hibernate, mysql, spring-mvc
Spring-Boot-2
Spring Boot 2.x examples
Stars: ✭ 33 (-96.87%)
Mutual labels:  hibernate, spring-mvc, spring-data-jpa
spring-boot-shop-sample
My first web application using Spring Boot framework.
Stars: ✭ 66 (-93.73%)
Mutual labels:  hibernate, spring-mvc, spring-data-jpa
Spring Petclinic Rest
REST version of the Spring Petclinic sample application
Stars: ✭ 257 (-75.59%)
Mutual labels:  hibernate, spring-data-jpa, spring-mvc
Easyee
开源 JavaEE 企业级快速开发平台。提供了 Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI 等技术,包含完整的权限管理系统等。提供自动化代码生成器。 Open source JaveEE enterprise-class rapid development of the basic platform. Integration of Spring Boot, Struts2, Hibernate, MyBatis, Shiro, EasyUI and other technologies, including the integrity of the rights management. Provides an automated code generator.
Stars: ✭ 275 (-73.88%)
Mutual labels:  cms, hibernate, shiro
Registration Login Spring Xml Maven Jsp Mysql
Registration and Login Example with Spring MVC, Spring Security, Spring Data JPA, XML Configuration, Maven, JSP, and MySQL.
Stars: ✭ 134 (-87.27%)
Mutual labels:  spring-data-jpa, mysql, spring-mvc
Sample Hazelcast Spring Datagrid
sample spring-boot applications integrated with hazelcast imdg, and providing hot cache with hazelcast and striim
Stars: ✭ 16 (-98.48%)
Mutual labels:  hibernate, spring-data-jpa, mysql
Wms
一个基于Spring MVC、Spring、MyBatis、Shiro框架的仓库管理系统Demo。A warehouse management system implement with Spring MVC, Spring Framework,MyBstis,Shiro and MySQL
Stars: ✭ 248 (-76.45%)
Mutual labels:  mysql, spring-mvc, shiro
vogon-java
Vogon - A simple personal finance tracker using Spring Boot and AngularJS
Stars: ✭ 16 (-98.48%)
Mutual labels:  hibernate, spring-mvc, spring-data-jpa
BusinessInfrastructurePlatformGroupVersion
A java web project based on Spring Boot using MySQL, Spring MVC, Hibernate, Spring Data JPA, Query DSL, Lombok, Logback, etc.
Stars: ✭ 90 (-91.45%)
Mutual labels:  hibernate, spring-mvc, spring-data-jpa
Angularjs Springmvc Sample
A RESTful sample using AnguarJS/Bootstrap as frontend and Spring MVC as REST API producer
Stars: ✭ 292 (-72.27%)
Mutual labels:  hibernate, spring-data-jpa, spring-mvc
Angularjs Springmvc Sample Boot
A RESTful sample using Spring Boot, Spring MVC, Spring Data and Angular/Bootstrap.
Stars: ✭ 309 (-70.66%)
Mutual labels:  hibernate, spring-data-jpa, spring-mvc
Ssm Bookappointment
优雅整合SSM框架:SpringMVC + Spring + MyBatis(用户登陆式图书预约系统)
Stars: ✭ 666 (-36.75%)
Mutual labels:  mysql, spring-mvc

天梯(tianti)

image配套书籍>>>
天梯tianti-tool简介:

1、天梯是一款使用Java编写的免费的轻量级CMS系统,目前提供了从后台管理到前端展现的整体解决方案。
2、用户可以不编写一句代码,就制作出一个默认风格的CMS站点。
3、前端页面自适应,支持PC和H5端,采用前后端分离的机制实现。后端支持天梯蓝和天梯红换肤功能。
4、项目技术分层明显,用户可以根据自己的业务模块进行相应地扩展,很方便二次开发。

 image
 image

技术架构:

 1、技术选型:
    后端
     ·核心框架:Spring Framework 4.2.5.RELEASE
     ·安全框架:Apache Shiro 1.3.2
     ·视图框架:Spring MVC 4.2.5.RELEASE
     ·数据库连接池:Tomcat JDBC
     ·缓存框架:Ehcache 
     ·ORM框架:Spring Data JPA、hibernate 4.3.5.Final
     ·日志管理:SLF4J 1.7.21、Log4j
     ·编辑器:ueditor
     ·工具类:Apache Commons、Jackson 2.8.5、POI 3.15
     ·view层:JSP
     ·数据库:mysql、oracle等关系型数据库

    前端
     ·dom : Jquery
     ·分页 : jquery.pagination
     ·UI管理 : common
     ·UI集成 : uiExtend
     ·滚动条 : jquery.nicescroll.min.js
     ·图表 : highcharts
     ·3D图表 :highcharts-more
     ·轮播图 : jquery-swipe
     ·表单提交 :jquery.form
     ·文件上传 :jquery.uploadify
     ·表单验证 :jquery.validator
     ·展现树 :jquery.ztree
     ·html模版引擎 :template
 2、项目结构:
   2.1、tianti-common:系统基础服务抽象,包括entity、dao和service的基础抽象;
   2.2、tianti-org:用户权限模块服务实现;
   2.3、tianti-cms:资讯类模块服务实现;
   2.4、tianti-module-admin:天梯后台web项目实现;
   2.5、tianti-module-interface:天梯接口项目实现;
   2.6、tianti-module-gateway:天梯前端自适应项目实现(是一个静态项目,调用tianti-module-interface获取数据);
    

 前端项目概览:
PC:
image   image   image   H5:
image   image   image  
后台项目概览:
天梯登陆页面: image   天梯蓝风格(默认): image image image                          
image image image image image image image
天梯红风格: image image image                          
image image image image image image image

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].