摘要: package com.oep.backend.config; import com.oep.backend.config.filter.JwtAuthenticationTokenFilter; import org.springframework.beans.factory.annotation 阅读全文
posted @ 2024-02-12 23:04 徐徐丶 阅读(40) 评论(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 徐徐丶 阅读(429) 评论(0) 推荐(0)