直接上代码,解决了好久
spring-boot:2.2.2.RELEASE
spring-cloud:Hoxton.SR1
剔除spring-cloud-starter-gateway的reactor-netty并引入0.9.4.RELEASE的切记

在集成seata1.4.x版本时候,改变了spring boot的版本并由
2.1.12.RELEASE升至2.2.2.RELEASE出现的
在将Spring Boot从2.1.12.RELEASE升级到2.2.2.RELEASE并集成Seata 1.4.x的过程中,遇到了与spring-cloud-starter-gateway和reactor-netty的兼容性问题。为解决这个问题,需要移除spring-cloud-starter-gateway中的reactor-netty依赖,并手动引入0.9.4.RELEASE版本。这个更改确保了与新版本Spring Boot的兼容性。
直接上代码,解决了好久
spring-boot:2.2.2.RELEASE
spring-cloud:Hoxton.SR1
剔除spring-cloud-starter-gateway的reactor-netty并引入0.9.4.RELEASE的切记

在集成seata1.4.x版本时候,改变了spring boot的版本并由
2.1.12.RELEASE升至2.2.2.RELEASE出现的
547
7088
3832
3474

被折叠的 条评论
为什么被折叠?