spring security 获取当前用户

  • controller中,直接参数注入
@RequestMapping
public void execute(Principal principal){}
  • 其他bean中
SecurityContextHolder.getContext().getAuthentication().getPrincipal()

posted on 2020-07-08 14:55  路过君  阅读(198)  评论(0编辑  收藏  举报

导航