美文网首页
2019-06-06 异常: Exception in thr

2019-06-06 异常: Exception in thr

作者: 梦想_15eb | 来源:发表于2019-06-06 01:39 被阅读0次

异常:

Exception in thread "main" java.lang.IllegalArgumentException: Cannot instantiate interface org.springframework.context.ApplicationListener : org.springframework.boot.logging.ClasspathLoggingApplicationListener

。。。。。。

Caused by: java.lang.NoClassDefFoundError: org/springframework/context/event/GenericApplicationListener

解决方案:

这个问题可能是由于Spring的版本低导致,升级spring版本。亲测到4.2.5.RELEASE可以

<org.springframework.version>4.2.5.RELEASE</org.springframework.version>

<org.springframework.version>2.2.5.RELEASE</org.springframework.version>

相关文章

网友评论

      本文标题:2019-06-06 异常: Exception in thr

      本文链接:https://www.haomeiwen.com/subject/cmwexctx.html