时区配置
This commit is contained in:
parent
2fd5441e15
commit
8b6ef05fae
|
|
@ -50,4 +50,12 @@ spring:
|
|||
url: jdbc:mysql://mysql:3306/gitlink_notification?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2B8&allowMultiQueries=true&useSSL=false
|
||||
username: gitlink
|
||||
password: giTlinK0^827
|
||||
|
||||
jackson:
|
||||
date-format: yyyy-MM-dd HH:mm:ss
|
||||
time-zone: GMT+8
|
||||
serialization:
|
||||
indent_output: true
|
||||
fail_on_empty_beans: false
|
||||
|
||||
white-list: '*'
|
||||
|
|
@ -31,4 +31,11 @@ spring:
|
|||
username: gitlink
|
||||
password: giTlinK0^827
|
||||
|
||||
jackson:
|
||||
date-format: yyyy-MM-dd HH:mm:ss
|
||||
time-zone: GMT+8
|
||||
serialization:
|
||||
indent_output: true
|
||||
fail_on_empty_beans: false
|
||||
|
||||
white-list: '*'
|
||||
|
|
@ -34,4 +34,12 @@ spring:
|
|||
url: jdbc:mysql://mysql:3306/gitlink_notification?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2B8&allowMultiQueries=true&useSSL=false
|
||||
username: gitlink
|
||||
password: giTlinK0^827
|
||||
|
||||
jackson:
|
||||
date-format: yyyy-MM-dd HH:mm:ss
|
||||
time-zone: GMT+8
|
||||
serialization:
|
||||
indent_output: true
|
||||
fail_on_empty_beans: false
|
||||
|
||||
white-list: '*'
|
||||
Loading…
Reference in New Issue