Skip to content

Commit

Permalink
pom
Browse files Browse the repository at this point in the history
  • Loading branch information
chentianming11 committed Oct 7, 2022
1 parent 3e9868a commit e84924e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<junit.version>4.13.1</junit.version>
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
<slf4j-api.version>1.7.25</slf4j-api.version>
<spring-boot.version>2.2.11.RELEASE</spring-boot.version>
<spring-boot.version>2.0.9.RELEASE</spring-boot.version>
<okhttp.version>3.14.9</okhttp.version>
<sentinel.version>1.6.3</sentinel.version>
<jackson.version>2.12.6.1</jackson.version>
Expand All @@ -58,7 +58,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons</artifactId>
<version>2.2.9.RELEASE</version>
<version>2.0.4.RELEASE</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down
6 changes: 3 additions & 3 deletions src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ retrofit:
# 全局超时时间配置
global-timeout:
# 全局读取超时时间
read-timeout-ms: 10000
read-timeout-ms: 5000
# 全局写入超时时间
write-timeout-ms: 10000
write-timeout-ms: 5000
# 全局连接超时时间
connect-timeout-ms: 10000
connect-timeout-ms: 5000
# 全局完整调用超时时间
call-timeout-ms: 0

Expand Down

0 comments on commit e84924e

Please sign in to comment.