码迷,mamicode.com
首页 > 其他好文 > 详细

BeanPostProcessors (for example: not eligible for auto-proxying),报错解决

时间:2019-01-14 15:10:58      阅读:2830      评论:0      收藏:0      [点我收藏+]

标签:http   启动   col   png   post   c项目   color   分享   .com   

最近遇到个问题,springmvc项目debug启动失败

debug启动会卡住不动,run模式启动正常

debug启动输出到下面这行之后,就不会继续输出了

...
...
2019-01-14 09:43:57 [INFO]- Bean dataSource of type [class DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

 

解决办法

debug模式运行项目,找到断点,全部删除

 

技术分享图片

技术分享图片

然后就能启动了

问题出现的原因如下

技术分享图片

 

BeanPostProcessors (for example: not eligible for auto-proxying),报错解决

标签:http   启动   col   png   post   c项目   color   分享   .com   

原文地址:https://www.cnblogs.com/xiaoliu66007/p/10265644.html

(1)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!