# Xuntu **Repository Path**: a-tom-is-cry/xuntu ## Basic Information - **Project Name**: Xuntu - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-16 - **Last Updated**: 2024-08-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## SpringBoot 博客系统后台 ### 实现思路 * 利用SpringSecurity制作权限管理 * 利用jjwt制作和验证token * 在用户登录后将用户信息保存在 SecurityContextHolder.getContext().getAuthentication().getPrincipal()中 ,可以对前端穿参过来的信息进行队报,再次保证数据安全性 * 利用swagger制作接口测试,进入路由为[http://localhost:8080/api/doc.html] * 在文件夹constant中制作放行接口,可以更清晰的知道放行的路由 ### 注意事项 * 数据库在db文件夹内 * docker用于制作image容器,docker-compose中的文件用于运行