# springblog-server **Repository Path**: ifredom/java-springboot-vue-blog ## Basic Information - **Project Name**: springblog-server - **Description**: springboot练手项目:博客系统 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-23 - **Last Updated**: 2022-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 工程简介 - springboot + mybatis-plus + jwt + shiro + mysql ## MyBatisPlus 运行 CodeGenerator 文件 ## JWT+shiro鉴权 1. ShiroConfig中配置, /login 接口不使用JWT进行认证,但是需要生成一个token. 2. 访问其他接口时,执行认证 ### 延伸阅读 [项目在线文档](https://www.zhuawaba.com/post/17#3%E3%80%81%E6%95%B4%E5%90%88mybatis%20plus) [项目视频](https://www.bilibili.com/video/BV1PQ4y1P7hZ?p=2&spm_id_from=pageDriver) [前后端分离的博客项目笔记](https://blogEntity.csdn.net/weixin_43247803/article/details/113666136)