From aea5a0cc3bbd5c2d131a504e5aa2a124d9f131b3 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期一, 10 四月 2023 11:46:54 +0800 Subject: [PATCH] 优化功能 --- management/guns-admin/src/main/resources/application.yml | 29 +++++++---------------------- 1 files changed, 7 insertions(+), 22 deletions(-) diff --git a/management/guns-admin/src/main/resources/application.yml b/management/guns-admin/src/main/resources/application.yml index e85eaca..ff217c0 100644 --- a/management/guns-admin/src/main/resources/application.yml +++ b/management/guns-admin/src/main/resources/application.yml @@ -16,12 +16,6 @@ spring: profiles: active: local -# datasource: -# url: jdbc:mysql://192.168.0.80:3306/super_save_driving?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8 -# username: root -# password: 123456 -# db-name: super_save_driving #用来搜集数据库的所有表 -# filters: wall,mergeStat mvc: static-path-pattern: /static/** view: @@ -52,8 +46,8 @@ log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl #输出Sql,如需打印Sql注释该配置 wx: conf: - appId: wx3613e8d4c8624ea1 - secret: 25782eabe39e796a92d2fcb38947e7dc + appId: wx8a9af3889395d0e1 + secret: 95a34f114973298cce4297a20bb59bc3 #eureka: # client: @@ -65,22 +59,13 @@ --- -#spring: -# profiles: local -# datasource: -# url: jdbc:mysql://Rm-wz9rpe0t74ys3b1h8go.mysql.rds.aliyuncs.com:3306/oktravel?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=Asia/Shanghai -# username: root -# password: Root2020! -# db-name: guns #用来搜集数据库的所有表 -# filters: wall,mergeStat - - spring: profiles: local datasource: - url: jdbc:mysql://192.168.110.80:3306/super_save_driving?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8 + url: jdbc:mysql://127.0.0.1:3306/super_save_driving?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8 username: root - password: 123456 + password: f4OfRjqoN3jSiNGiUoiNsQdOBtCOKYRj +# password: 123456 db-name: super_save_driving #用来搜集数据库的所有表 filters: wall,mergeStat @@ -110,9 +95,9 @@ --- -filePath: /usr/local/server/orderPostionFile/ #存储订单轨迹文件路径 +filePath: /usr/local/server/app/orderPostionFile/ #存储订单轨迹文件路径 #filePath: C:/orderPostionFile/ #存储订单轨迹文件路径 #交通部推送数据功能开关 -pushMinistryOfTransport: true \ No newline at end of file +pushMinistryOfTransport: false \ No newline at end of file -- Gitblit v1.7.1