# JAVA版本个人技术博客 **Repository Path**: hlss/blog ## Basic Information - **Project Name**: JAVA版本个人技术博客 - **Description**: 基于Bootrstrap4、Simditor富文本编辑器、Spring Security权限管理,Thymeleaf模板引擎,Mybatis搭建的简易个人技术博客系统。 系统分为前端客户访问页面,展示博客栏目,详细博客文章、及博客评论。 后端管理用户、发布博客、审核博客、审核评论。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 2 - **Created**: 2018-08-31 - **Last Updated**: 2022-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JAVA版本个人技术博客 #### 项目介绍 1. 基于Bootrstrap4、Simditor富文本编辑器、Spring Security权限管理,Thymeleaf模板引擎,Mybatis ORM、Redis缓存搭建的简易个人技术博客。 2. 前端客户访问页面,展示博客栏目,博客详细文章、博客评论列表;后端用户管理、博客管理、评论管理、权限管理。 3. 博客可在PC端任何浏览器访问,同时支持在任何手机上端访问,对手机自适应显示样式表现良好。 4. 图片上传采用Thumbnailator无损按比例压缩存储,更多使用参考https://github.com/coobird/thumbnailator。 5. 图片上传建议像素为1150*645。 #### 软件架构 系统基于开源Spring4、Mybatis3、MariaDB、Spring Security、Redis 框架和 maven 构建。 #### 安装教程 1. 基于maven编译、部署。 2. 基于项目sql文件创建数据库,导入项目初始数据。 3. 配置redis。blog/src/main/resources/config/redis.properties 4. 运行项目。 #### 使用说明 1. checkout 项目到本地,使用maven编译。 2. 使用项目sql目录下blog.sql文件初始数据。 3. 当然你得会安装Apache Tomcat。 4. 配置redis。 5. 启动项目,访问http://localhost:8080/blog。 #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 码云特技 1. 使用 Readme.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)