# SpringBoot-module3.1.0 **Repository Path**: dongfeng407/spring-boot-module3.1.0 ## Basic Information - **Project Name**: SpringBoot-module3.1.0 - **Description**: springboot3.1.0整合各种模块,用于帮助升级springboot3.1.0 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-06-11 - **Last Updated**: 2023-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 相关学习记录:https://github.com/ZY945/study_road # security6.1 - 资料 - https://docs.spring.io/spring-security/reference/servlet/authentication/session-management.html#customizing-where-authentication-is-stored - 下面的视频版本是springboot3.0.5的 - https://www.youtube.com/watch?v=KxqlJblhzfI&ab_channel=Amigoscode - https://www.bilibili.com/video/BV1QR4y1a7G8/?spm_id_from=333.337.search-card.all.click&vd_source=918234aac303a01ae2d14d0251c58d61 - 注意jpa默认create-drop,关闭应用自动删除数据库 - 需要完善的功能 - 刷新token的完善