Skip to content

Commit

Permalink
refactor($Configuration): update jackson.time-zone GMT+8 -> Asia/Hong…
Browse files Browse the repository at this point in the history
…_Kong
  • Loading branch information
johnnymillergh committed May 15, 2020
1 parent 26130fb commit cb64715
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api-portal/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spring:
throw-exception-if-no-handler-found: true
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
time-zone: Asia/Hong_Kong
sleuth:
sampler:
probability: 1.0
Expand Down
2 changes: 1 addition & 1 deletion auth-center/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spring:
throw-exception-if-no-handler-found: true
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
time-zone: Asia/Hong_Kong
sleuth:
sampler:
probability: 1.0
Expand Down
2 changes: 1 addition & 1 deletion exercise-mis/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spring:
throw-exception-if-no-handler-found: true
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
time-zone: Asia/Hong_Kong
sleuth:
sampler:
probability: 1.0
Expand Down
2 changes: 1 addition & 1 deletion gateway/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spring:
throw-exception-if-no-handler-found: true
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
time-zone: Asia/Hong_Kong
cloud:
gateway:
discovery:
Expand Down
2 changes: 1 addition & 1 deletion muscle-mis/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spring:
throw-exception-if-no-handler-found: true
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
time-zone: Asia/Hong_Kong
sleuth:
sampler:
probability: 1.0
Expand Down
2 changes: 1 addition & 1 deletion service-registry/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spring:
throw-exception-if-no-handler-found: true
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
time-zone: Asia/Hong_Kong

eureka:
instance:
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-admin/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spring:
throw-exception-if-no-handler-found: true
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
time-zone: Asia/Hong_Kong

eureka:
instance:
Expand Down

0 comments on commit cb64715

Please sign in to comment.