From 644cec71acf678cbfb0a6075d2466063eb9bb1ec Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期三, 12 六月 2024 09:39:35 +0800 Subject: [PATCH] 1、大理片笼大车空闲扫描 2、配置文件新增常州 3、删除无用压缩包 --- hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application-cz.yml | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application-loc.yml b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application-cz.yml similarity index 64% copy from hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application-loc.yml copy to hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application-cz.yml index 2454814..0ab1e56 100644 --- a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application-loc.yml +++ b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application-cz.yml @@ -5,12 +5,17 @@ strict: false #璁剧疆涓ユ牸妯″紡,榛樿false涓嶅惎鍔�. 鍚姩鍚庡湪鏈尮閰嶅埌鎸囧畾鏁版嵁婧愭椂鍊欏洖鎶涘嚭寮傚父,涓嶅惎鍔ㄤ細浣跨敤榛樿鏁版嵁婧�. datasource: hangzhoumes: - url: jdbc:mysql://192.168.56.10:3306/hangzhoumes?serverTimezone=GMT%2b8 + url: jdbc:mysql://192.168.1.199:3306/hangzhoumes?serverTimezone=GMT%2b8 username: root - password: root + password: beibo.123/ + driver-class-name: com.mysql.cj.jdbc.Driver + pp: + url: jdbc:mysql://192.168.1.199:3306/pp?serverTimezone=GMT%2b8 + username: root + password: beibo.123/ driver-class-name: com.mysql.cj.jdbc.Driver salve_hangzhoumes: - url: jdbc:sqlserver://127.0.0.1:1433;databasename=hangzhoumes + url: jdbc:sqlserver://192.168.10.2:1433;databasename=hangzhoumes username: sa password: beibo.123/ driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver @@ -18,6 +23,8 @@ nacos: discovery: server-addr: 127.0.0.1:8848 + application: + name: cacheGlass redis: database: 0 host: 127.0.0.1 -- Gitblit v1.8.0