`
文章列表
     SecurityContext sc = SecurityContextHolder.getContext();      Authentication auth = sc.getAuthentication();       // 登入用户信息      User user = (User) auth.getPrincipal();       log.info("用户userName[{}]",user.getName());
Global site tag (gtag.js) - Google Analytics