Ver código fonte

增加OkHttp配置文件读取

tags/v1.0.0^2
林万龙 4 anos atrás
pai
commit
087c01389a
1 arquivos alterados com 4 adições e 4 exclusões
  1. +4
    -4
      pom.xml

+ 4
- 4
pom.xml Ver arquivo

@@ -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>


Carregando…
Cancelar
Salvar