# manster博客 **Repository Path**: lotusplant/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**: 0 - **Forks**: 16 - **Created**: 2021-08-05 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # manster博客 ### 介绍 基于SpringBoot+Thymeleaf开发的一个个人博客项目,前端使用 Semantic UI,持久层使用MyBatis,使用Mybatis-Plus方便分页。 此项目将前后台分离,分别部署在不同端口上,防止任意访客都可以找到后台登录页面尝试登录。 ### 软件架构 **技术组合:** * 后端:Spring Boot + MyBatis + MyBatis-Plus + thymeleaf模板 * 数据库:MySQL8.0.23 * 前端UI:Semantic UI框架 **工具与环境:** * IDEA * Maven 3 * JDK 8 ### 使用说明 1. 首先要安装有 IntelliJ IDEA 和 Maven 2. 下载该压缩包解压,或者 clone该仓库 3. 使用idea打开进行构建 4. 等待jar包下载完成,运行tomcat即可(有两个子项目) ### 最终展示 #### 前台 **首页** ![首页](https://images.gitee.com/uploads/images/2021/0508/093457_81345843_8531883.png "index.png") **搜索** ![搜索](https://images.gitee.com/uploads/images/2021/0508/115109_d0b26f59_8531883.png "search.png") **博客详情1** ![博客详情1](https://images.gitee.com/uploads/images/2021/0508/093537_35b94824_8531883.png "blog1.png") **博客详情2** ![博客详情2](https://images.gitee.com/uploads/images/2021/0508/093607_eec6009c_8531883.png "blog2.png") **博客详情3** ![博客详情3](https://images.gitee.com/uploads/images/2021/0508/093624_319a8e1d_8531883.png "blog3.png") **博客详情4** ![博客详情4](https://images.gitee.com/uploads/images/2021/0508/093635_2ff92323_8531883.png "blog4.png") **分类** ![分类](https://images.gitee.com/uploads/images/2021/0508/093843_b30efe68_8531883.png "types.png") **归档** ![归档](https://images.gitee.com/uploads/images/2021/0508/114900_441e46a8_8531883.png "archives.png") **关于我** ![输入图片说明](https://images.gitee.com/uploads/images/2021/0508/114923_b2e58637_8531883.png "about.png") #### 后台 **登录** ![登录](https://images.gitee.com/uploads/images/2021/0508/114952_0415c1dd_8531883.png "login.png") **主页** ![主页](https://images.gitee.com/uploads/images/2021/0508/115020_9887dd37_8531883.png "main.png") **博客列表** ![博客列表](https://images.gitee.com/uploads/images/2021/0508/115041_471518b8_8531883.png "bloglist.png") **博客发布** ![博客发布](https://images.gitee.com/uploads/images/2021/0508/115131_9ca489bb_8531883.png "blogadd.png") **分类列表** ![分类列表](https://images.gitee.com/uploads/images/2021/0508/115206_65b0c544_8531883.png "typeslist.png") **分类新增** ![分类新增](https://images.gitee.com/uploads/images/2021/0508/115228_71ce8bcb_8531883.png "typeadd.png")