# MyBlog_02 **Repository Path**: he-jintao12138/my-blog_02 ## Basic Information - **Project Name**: MyBlog_02 - **Description**: 基于 MyBlog_01 改写而来,将持久层改写为了 MyBatis,系统日志采用自定义注解 + AOP 方式实现,登录方面使用 Shiro 验证。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 3 - **Created**: 2021-01-10 - **Last Updated**: 2024-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MyBlog_02 #### 介绍 MyBlog_01改写而来,一个基于SpringBoot的博客项目,前端框架semantic-UI,模板使用Thymeleaf 将持久层改写为了MyBatis,系统日志采用自定义注解+AOP 方式实现,登录方面使用Shiro验证。 - 作者:何锦涛 - qq:1059339010 项目参照b站李仁密老师的Spring Boot开发小而美的个人博客。 目录中有blog.sql文件,可以直接执行生成对应的数据库和表,密码采用了MD5加密。 #### 技术组合: 1. 后端:Spring Boot + Spring MVC + JPA 2. 数据库:MySQL 3. 前端UI:Semantic UI框架 + thymeleaf模板 4. 各项插件: -内容排版typo -代码高亮prism -动画animate.css -目录生成Tocbot #### 工具与环境: -IDEA 2020.3 -Maven 3.6.2 -JDK 8 -springboot 2.3.4 -运行环境 阿里云ESC:centos7 #### 项目截图 和MyBlog_01相差不大,只是改写了持久层,功能尚未改变