springBoot启动报错:

Cannot instantiate interface org.springframework.context.ApplicationListener : org.springframework.boot.system.ApplicationPidFileWriter

SpringBoot启动报错:Cannot instantiate interface org.springframework.context.ApplicationListener.....

原因

   项目中有两个boot的版本,一个高版本一个低版本,导致冲突.

解决方法

  查看自己项目中导入的依赖里,是否包含其他版本的boot与自己pom.xml里的boot的版本冲突

相关文章:

  • 2021-09-15
  • 2021-12-16
猜你喜欢
  • 2022-12-23
  • 2021-10-27
  • 2021-05-04
  • 2021-10-01
  • 2021-08-13
  • 2021-07-26
  • 2021-06-26
相关资源
相似解决方案