# manster博客 **Repository Path**: manster1231/master-blog ## Basic Information - **Project Name**: manster博客 - **Description**: 基于SpringBoot+Thymeleaf开发的一个个人博客项目,前端使用 Semantic UI,持久层使用MyBatis,使用Mybatis-Plus方便分页 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 112 - **Forks**: 16 - **Created**: 2021-05-08 - **Last Updated**: 2025-06-19 ## Categories & Tags **Categories**: blog **Tags**: SpringBoot, thymeleaf ## README manster博客 #### 介绍 基于SpringBoot+Thymeleaf开发的一个个人博客项目,前端使用 Semantic UI,持久层使用MyBatis,使用Mybatis-Plus方便分页 #### 软件架构 jdk 1.8 后端 ssm + springboot + [mybatis-plus](https://baomidou.com/) 前端 [Thymeleaf](https://www.thymeleaf.org/) + [SemanticUI](https://semantic-ui.com/) 数据库 mysql8 #### 安装教程 1. 下载该项目并解压 2. 使用 idea 打开该项目并使用 maven 下载相关 jar 3. 前后台分为两个项目需要分别进行启动 4. 前台在 localhost:8888,后台在 localhost:9000 5. 管理员账号:admin,管理员密码:admin #### 项目示例 1、管理员登录 ![](./image/login.png) 2、管理员欢迎页 ![](./image/admin_index.png) 3、博客管理页 ![](./image/admin_blog.png) 4、博客编辑页 ![](./image/admin_blog_edit_1.png) ![](./image/admin_blog_edit_2.png) 5、博客分类管理页 ![](./image/admin_type.png) 6、博客分类编辑页 ![](./image/admin_type_edit.png) 7、博客首页 ![](./image/front_index_1.png) ![](./image/front_index_2.png) 8、博客详情页 博客头部 ![](./image/front_detail_1.png) 博客目录 ![](./image/front_detail_2.png) 博客地址(需要修改服务器地址才可扫码查看) ![](./image/front_detail_3.png) 博客代码(可一键复制) ![](./image/front_detail_4.png) 博客赞赏 ![](./image/front_detail_5.png) 博客评论展示 ![](./image/front_detail_6.png) 博客评论 ![](./image/front_detail_7.png) 9、博客分类页 ![](./image/front_type.png) 10、博客归档页 ![](./image/front_archives.png) 11、博客介绍页 ![](./image/front_about.png)