소스 검색

增加OkHttp配置文件读取

tags/v1.0.0^2
林万龙 4 년 전
부모
커밋
087c01389a
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      pom.xml

+ 4
- 4
pom.xml 파일 보기

@@ -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…
취소
저장