数据库保存时间修改为为北京时间
This commit is contained in:
parent
b60181c147
commit
fde7db2e89
@ -3,7 +3,7 @@ server:
|
|||||||
|
|
||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
url: jdbc:mysql://localhost:3306/rtk_data?useSSL=false&serverTimezone=UTC
|
url: jdbc:mysql://localhost:3306/rtk_data?useSSL=false&serverTimezone=shanghai
|
||||||
username: root
|
username: root
|
||||||
password: root
|
password: root
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
@ -18,4 +18,4 @@ spring:
|
|||||||
|
|
||||||
logging:
|
logging:
|
||||||
level:
|
level:
|
||||||
com.rtklib: DEBUG
|
com.rtklib: DEBUG
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user