介绍
整合的逻辑非常简单,只写了2个注解,1个自动装配的类和2个扩展类
开发注解
服务引入注解,用在需要进行远程调用的接口上
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface RpcReference
转载:https://blog.csdn.net/zzti_erlie/article/details/117565298
查看评论
整合的逻辑非常简单,只写了2个注解,1个自动装配的类和2个扩展类
服务引入注解,用在需要进行远程调用的接口上
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface RpcReference