聚合平台

master
WeiRan 2024-09-09 16:15:17 +08:00
parent 2164e9b989
commit 25066c2c51
1 changed files with 10 additions and 1 deletions

11
pom.xml
View File

@ -23,6 +23,15 @@
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
</dependencies>
</project>