Browse Source

增加OkHttp配置文件读取

tags/v1.0.0^2
林万龙 4 years ago
parent
commit
087c01389a
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      pom.xml

+ 4
- 4
pom.xml View File

@@ -74,11 +74,11 @@
<version>3.10</version>
</dependency>

<!-- https://mvnrepository.com/artifact/de.codecentric/spring-boot-admin-starter-client -->
<!-- Yaml -->
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId>
<version>2.2.4</version>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.25</version>
</dependency>

<dependency>


Loading…
Cancel
Save