Spring Cloud Alibaba Version + nacos 2.2.5
Dubbo Version 2.7.8
spring boot 2.3.2
@Dubboservice 和 spring 的 @Service 注解能合二为一使用嘛?
业务场景就是我 A 模块里面 control 会调用 A 模块的 service 也会调用 B 模块的 service 。
如果只用 @Dubboservice 注解的话,调用自己模块的 service 时报 not found 。
control 里面的引用都是使用的 @DubboReference(check = false)
Dubbo Version 2.7.8
spring boot 2.3.2
@Dubboservice 和 spring 的 @Service 注解能合二为一使用嘛?
业务场景就是我 A 模块里面 control 会调用 A 模块的 service 也会调用 B 模块的 service 。
如果只用 @Dubboservice 注解的话,调用自己模块的 service 时报 not found 。
control 里面的引用都是使用的 @DubboReference(check = false)
