The bean 'securityManager', defined in class path resource [org/apache/shiro/spring/config/web/autoconfigure/ShiroWebAutoConfiguration.class], could not be registered. A bean with that name has already been defined in class path resource [qss/bt/user/config/ShiroConfig.class] and overriding is disabled.
Action:
Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true
大神这个错误怎么解决啊,好像是有两个securityManager,但找不到设置的地方啊
教你 Shiro + SpringBoot 整合 JWT本篇文章将教大家在 shiro + springBoot 的基础上整合 JWT (JSON Web Token)如果对 shiro 如何整合 springBoot 还不了解的...