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

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

爆出各种

[INFO]- Bean 'dataSource' of type [class DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

解决办法:

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

  idea-debug启动会卡住不动,BeanPostProcessors (for example: not eligible for auto-proxying),报错解决

 

 取消全部debug

  idea-debug启动会卡住不动,BeanPostProcessors (for example: not eligible for auto-proxying),报错解决

 

 然后启动即可

 

相关文章:

  • 2022-12-23
  • 2021-05-29
  • 2022-12-23
  • 2021-07-08
  • 2022-12-23
  • 2021-07-10
  • 2021-10-03
  • 2021-07-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-18
  • 2021-07-30
  • 2021-07-22
  • 2022-12-23
相关资源
相似解决方案