From dfb3454f6ef168ca89ad9b157f075fcc924fe8d1 Mon Sep 17 00:00:00 2001 From: panlinlin <648540858@qq.com> Date: 星期三, 20 一月 2021 09:53:25 +0800 Subject: [PATCH] 修复国标校时的时区的错误导致时间差八个小时 --- src/main/resources/application-dev.yml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index cbc5725..c235c81 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -13,12 +13,12 @@ timeout: 10000 # [涓嶅彲鐢╙ jdbc鏁版嵁搴撻厤缃�, 鏆備笉鏀寔 datasource: - # name: eiot - # url: jdbc:mysql://127.0.0.1:3306/eiot?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true - # username: - # password: - # type: com.alibaba.druid.pool.DruidDataSource - # driver-class-name: com.mysql.jdbc.Driver + #name: eiot + #url: jdbc:mysql://127.0.0.1:3306/eiot?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true + #username: + #password: + #type: com.alibaba.druid.pool.DruidDataSource + #driver-class-name: com.mysql.jdbc.Driver name: eiot url: jdbc:sqlite::resource:wvp.sqlite username: -- Gitblit v1.8.0