Spring Boot Upgrade Error - Invalid bean definition with name org.springframework.transaction.config.internalTransactionalEventListenerFactory

后端 未结 1 1017
醉话见心
醉话见心 2021-01-11 21:32

In an attempt to upgrade spring boot to the latest version 2.1.1 & spring framework to 5.1.3 in a java based web application, I get the following error

I         


        
1条回答
  •  孤城傲影
    2021-01-11 22:10

    I was having a similar problem with my tests after an update to Spring Boot 2.1. In my case was solved setting the property spring.main.allow-bean-definition-overriding to true. Maybe this can help in your case too.

    0 讨论(0)
提交回复
热议问题