dubbo服务配置的一些注意问题
一般注解和配置是一回事,用了dubbo的service就不用配置注册,用了spring的注解需要用配注册,注解无效的时候用配置注解
<dubbo:service interface="com.mysteel.datadelivery.service.OrderService" ref="orderServiceImpl"/>
@Service(默认的名称是服务的类名,头一个字母小写)
@Slf4j @Service @Transactional public class OrderServiceImpl implements OrderService{
相关推荐
ATenhong 2020-10-15
supperme 2020-09-08
doctorvian 2020-08-02
aNian 2020-08-01
kongjunlongaa 2020-06-29
Fightingxr 2020-06-26
whileinsist 2020-06-24
doctorvian 2020-06-16
XuNeely 2020-06-16
wangyangsoftware 2020-06-16
大步流星 2020-06-16
aNian 2020-06-16
gaoyongstone 2020-06-16
MartellJenkins 2020-06-11
范群松 2020-06-11
Fightingxr 2020-06-08
XuNeely 2020-06-07
大步流星 2020-06-05