Exception in thread “main” java.lang.IllegalArgumentException: Cannot instantiate interface org.springframework.context.ApplicationListener : org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
当启动类报这个错误的时候
1.假如之前是好的情况下,我们可以尝试到项目目录下把 .idea文件给删除掉重新将项目引入
对于之前正常,没有任何改动报这个错这个办法几乎都能解决
2.可能改动了springboot 的版本,该版本找不到他类路径,认为你的ApplicationListener是过时的的版本,你的启动类没有实现ApplicationListener.