随笔分类 -  Spring boot Security OAuth2

Spring boot Security OAuth2监听用户登录成功或失败
摘要:1:登陆成功监听 @Component public class AuthenticationSuccessEventListener implements ApplicationListener<AuthenticationSuccessEvent> { @Autowired private Re 阅读全文
posted @ 2022-08-25 18:03 陈程序员 阅读(1014) 评论(0) 推荐(0)