huihui-hb commented on issue #12263: URL: https://github.com/apache/dubbo/issues/12263#issuecomment-1539319258
> 尝试移除dubbo相关的Java注解配置和XML中引入的Dubbo相关的命名空间,避免触发如下初始化代码: <img alt="image" width="789" src="https://user-images.githubusercontent.com/81170548/236830551-f7b4f580-e11c-476e-8366-34e8458b872e.png"> > 对于 starter 来说,本身就是一个约定大于配置的模式,因此 Dubbo 默认启用是符合预期的。如果不希望开启,那就把 maven 依赖给排除就行了。 @AlbumenJ 好像也是那么肥事。我根据大佬的设定改了后 ,发现我需要移除所有的注解,才可以不让dubbo启动报错。 确实我只能移除dubbo。 感谢你们。 -- 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]
