infra:初始化 infra 服务的启动,还有一些报错,正在处理

This commit is contained in:
YunaiV
2022-06-08 10:16:04 +08:00
parent 213ec8bd72
commit 6d5d72999b
58 changed files with 793 additions and 2778 deletions

View File

@@ -50,6 +50,21 @@
<artifactId>yudao-module-system-api</artifactId> <!-- 需要使用它,进行 Token 的校验 -->
<version>${revision}</version>
</dependency>
<!-- RPC 远程调用相关 -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-dubbo</artifactId>
</dependency>
</dependencies>
</project>