摘要: package com.oep.backend.config; import com.oep.backend.config.filter.JwtAuthenticationTokenFilter; import org.springframework.beans.factory.annotation 阅读全文
posted @ 2024-02-12 23:04 惊朝 阅读(7) 评论(0) 推荐(0) 编辑
摘要: package com.oep.backend.config.filter; // 实现config.filter.JwtAuthenticationTokenFilter类,用来验证jwt token,如果验证成功,则将User信息注入上下文中 import com.oep.backend.map 阅读全文
posted @ 2024-02-12 21:45 惊朝 阅读(236) 评论(0) 推荐(0) 编辑