Spring Boot App抛出ApplicationReadyEvent无法强制转换为WebServerInitializedEvent

时间:2017-08-18 12:30:49

标签: spring-boot

我尝试升级Spring boot 1.4.x - > 2.0.0.M3我遇到以下错误:

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

错误: Java.lang.ClassCastException:org.springframework.context.event.ContextRefreshedEvent无法强制转换为org.springframework.boot.web.context.WebServerInitializedEvent

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

1 个答案:

答案 0 :(得分:0)

我认为您的错误是由https://jira.spring.io/browse/SPR-15838

引起的

您可以通过将spring boot 2.0.0.M3更新为2.0.0.M5

来解决此问题