# blog **Repository Path**: kkllll/blog ## Basic Information - **Project Name**: blog - **Description**: (springboot+mybatis+thymeleaf)—— 小而美的个人博客项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-03-17 - **Last Updated**: 2022-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Boot个人博客项目随笔 > **作者:朱一鸣** > > **qq:691639910** 项目参照b站李仁密老师的Spring Boot开发小而美的个人博客。 **把持久层修改为了mybatis**,可以作为刚学完springboot的练习项目。 目录中有blog.sql文件,可以直接执行生成对应的数据库和表 功能:**前端展示 + 后台管理**,**添加了萌萌的看板娘** 博客地址:**http://www.zhuyiming.top/** **技术组合:** * 后端:Spring Boot + mybatis * 数据库:MySQL * 前端UI:Semantic UI框架 + thymeleaf模板 **工具与环境:** * IDEA * Maven 3.6.2 * JDK 12 * springboot 2.2.5 **博客展示界面** ![](https://github.com/Mitsuha666/blog-pictures/blob/master/index.png?raw=true) ![](https://github.com/Mitsuha666/blog-pictures/blob/master/type.png?raw=true) ![](https://github.com/Mitsuha666/blog-pictures/blob/master/tag.png?raw=true) ![](https://github.com/Mitsuha666/blog-pictures/blob/master/%E5%BD%92%E6%A1%A3.png?raw=true) ![](https://github.com/Mitsuha666/blog-pictures/blob/master/about.png?raw=true) **后台管理界面** ![](https://github.com/Mitsuha666/blog-pictures/blob/master/login.jpg?raw=true) ![](https://github.com/Mitsuha666/blog-pictures/blob/master/blog-admin.jpg?raw=true) ![](https://github.com/Mitsuha666/blog-pictures/blob/master/type-admin.jpg?raw=true) ![](https://github.com/Mitsuha666/blog-pictures/blob/master/blog-input.jpg?raw=true)