From d31440a5cb0528cfce8556132c2493d7879ef386 Mon Sep 17 00:00:00 2001 From: tpz <1607847510@qq.com> Date: Thu, 31 Oct 2024 10:18:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20rpc=E8=BF=9C=E7=A8=8B=E8=B0=83=E7=94=A8?= =?UTF-8?q?=E7=BB=9F=E4=B8=80fallback=E5=A4=84=E7=90=86(=E4=B9=9F=E5=8F=AF?= =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89fallback)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加自动配置扫描类 --- ....springframework.boot.autoconfigure.AutoConfiguration.imports | 1 + 1 file changed, 1 insertion(+) create mode 100644 yudao-framework/yudao-spring-boot-starter-rpc/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports diff --git a/yudao-framework/yudao-spring-boot-starter-rpc/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports b/yudao-framework/yudao-spring-boot-starter-rpc/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports new file mode 100644 index 000000000..172ed4879 --- /dev/null +++ b/yudao-framework/yudao-spring-boot-starter-rpc/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports @@ -0,0 +1 @@ +cn.iocoder.yudao.framework.rpc.config.YudaoCloudRpcAutoConfiguration \ No newline at end of file