chickenlj commented on issue #9814: URL: https://github.com/apache/dubbo/issues/9814#issuecomment-1080386968
>The reason why dubbo 2.7.x is no this error, it seems that dubbo 2.7.x set the spring.main.allow-bean-definition-overriding=true automatically, but this setting is removed in dubbo 3.x. I think dubbo should not change spring settings by default. As explained by @kylixs, setting of `spring.main.allow-bean-definition-overriding=true` is not a good practice, so we have removed that starting from 3.0. Please try to modify the usage samples above accordingly. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
