問題タブ [reactor-netty]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
spring-boot - Spring Boot のバージョンを 2.0.3.RELEASE から 2.1.0.M4 に変更する際の不具合
Spring Boot のバージョンを 2.0.3.RELEASE から 2.1.0.M4 に変更すると動作しなくなる動作コードがあります。
エラーは次のとおりです。
同様の質問 ( Spring Boot バージョンを 2.0.3.RELEASE から 2.1.0.BUILD-SNAPSHOT に変更する際のトラブル) が既に尋ねられましたが、適切な回答はありませんでした。
以下は私のPOM.xmlです
いくつかの部分にアスタリスクを付けました。親 BOM には、以下のように POM に親要素があります。
進捗
Spring 2.1.0 M1 リリース ノート ( https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.1.0-M1-Release-Notes ) から、Bean オーバーライドが無効になっていることがわかります.
プロパティallow-bean-definition-overriding: trueを application.yml ファイルに追加すると、エラーはなくなりますが、次のエラーが発生します。