# blog **Repository Path**: cmgit/blog ## Basic Information - **Project Name**: blog - **Description**: 基于spring boot 开发的博客系统,前端采用了bootstrap和ckeditor,支持redis session管理,支持spring cloud扩展 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-11-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README http://blog.taoluoluo.win/ demo地址,但由于服务器在国外,内存比较小,加载速度会比较慢,请大神放过,求不要攻击 #blog(博客系统) 基于spring-boot搭建的博客系统,集成了redis 对 session的管理(可以删除配置,改成web容器管理),使用了Mybatis、CommonMapper、PageHelper对数据进行操作。博客图片可以通过nginx进行静态资源代理 ##blog-web 主要包括 模板、拦截器、控制器等,前端方面简单使用了bootstrap和jquery,博文编辑主要使用了ckeditor ##blog-api 该模块主要提供了接口和对外实体对象 ##blog-service 服务层,以及包含了数据持久操作、缓存数据操作 ##blog-util 通用工具 ##注 1.项目所需jdk8,数据库mysql 2.数据库脚本在项目根目录中,请提前创建数据库blog,执行blog.sql 3.由于之前开启了@EnableRedisHttpSession ,没有正确配置redis的会启动报错,因此把这个关闭了,有需要可以在blog-common下的conf包下修改 4.直接运行application,即可执行项目