数据库保存时间修改为为北京时间

This commit is contained in:
fengyarnom 2025-05-20 16:06:25 +08:00
parent b60181c147
commit fde7db2e89

View File

@ -3,7 +3,7 @@ server:
spring:
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
password: root
driver-class-name: com.mysql.cj.jdbc.Driver
@ -18,4 +18,4 @@ spring:
logging:
level:
com.rtklib: DEBUG
com.rtklib: DEBUG