当前位置: 首页 > 知识库问答 >
问题:

Spring Boot应用程序抛出ApplicationReadyEvent无法强制转换为WebServerInitializedEvent

冯阳云
2023-03-14

我正在尝试升级Spring boot 1.4。x-

侦听器的非匹配事件类型:org.springframework.boot.web.context.ServerPortInfoApplication ContextSynalizer

错误:Java.lang.ClassCast异常:org.springframework.context.event.ContextRebrehedEvents不能被强制转换为org.springframework.boot.web.context.WebServerPrealizedEvents

我试图使用Java8在Tomcat 8.5中运行应用程序。

共有1个答案

宗建章
2023-03-14

我认为你的错误是由于这个https://jira.spring.io/browse/SPR-15838

您可以通过更新spring boot 2.0.0来解决这个问题。M3至2.0.0。M5

 类似资料: