0
点赞
收藏
分享

微信扫一扫

tomcat项目升级shiro1.7.1

alanwhy 2022-04-27 阅读 83
java后端

目前最新最新版本是1.7.1

升级maven依赖之后,研发应该是无感的。
若是有报错信息:

2021-04-02 13:37:58 [localhost-startStop-1] INFO  org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker -Bean 'securit
yManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligib
le for auto-proxying)

我的解决方式:删除一下tomcat目录下的ROOT,重启tomca即可。

举报

相关推荐

0 条评论