fix: Asset API 模块添加 RPC 依赖(支持 Feign)

This commit is contained in:
kkfluous
2026-03-16 14:17:28 +08:00
parent 40ea8e9065
commit 042e14a9d3
16 changed files with 106 additions and 29 deletions

View File

@@ -34,6 +34,13 @@
<artifactId>spring-boot-starter-validation</artifactId>
<optional>true</optional>
</dependency>
<!-- RPC 远程调用相关 -->
<dependency>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao-spring-boot-starter-rpc</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>