springboot~ImportBeanDefinitionRegistrar在自定义RPC框架中的使用
入口注解设计:Target(ElementType.TYPE)
Retention(RetentionPolicy.RUNTIME)
Documented
Import(RpcComponentRegistrar.class)
public interface EnableRpc {// 扫描的包路径String[] basePackages() default {};// 注册中心类型RegistryType registry() default …
2026/6/30 2:13:58