SpringSecurity解决WebSecurityConfigurerAdapter过时问题
摘要:
旧版通过继承WebSecurityConfiurerAdapter,但是新版本中该类已经被标注为@Deprecated 旧版代码 package com.lzx.config; import com.lzx.filter.JwtAuthenticationTokenFilter; import or 阅读全文
posted @ 2023-10-04 17:05 爱吃敏敏 阅读(688) 评论(1) 推荐(0) 编辑