Spring Boot获取身份验证主体

时间:2019-03-11 14:24:50

标签: spring spring-boot spring-security

我正在使用Spring Boot Parent 1.5.16版本。

我需要使用当前的用户信息,现在我使用@AuthenticationPrincipal批注。

但是我必须为每种方法编写此注释。我认为这不是最佳做法,因为我有200多种方法。还有其他建议在全局或类级别注入身份验证主体吗?

0 个答案:

没有答案