# blog **Repository Path**: hcxxiaomo/blog ## Basic Information - **Project Name**: blog - **Description**: 博客 - **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 #blog(博客系统) 基于spring-boot搭建的博客系统,集成了redis 对 session的管理(可以删除配置,改成web容器管理),使用了Mybatis、CommonMapper、PageHelper对数据进行操作。博客图片可以通过nginx进行静态资源代理 ##blog-web 主要包括 模板、拦截器、控制器等 ##blog-api 该模块主要提供了接口和对外实体对象 ##blog-service 服务层,以及包含了数据持久操作、缓存数据操作 ##blog-util 通用工具