From 500130efe30180fe635ba4482e097e848d37c7e3 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 28 五月 2024 09:42:39 +0800 Subject: [PATCH] 代码提交 --- ruoyi-admin/src/main/resources/application-druid.yml | 47 +++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 45 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-druid.yml b/ruoyi-admin/src/main/resources/application-druid.yml index c96831d..d56ac53 100644 --- a/ruoyi-admin/src/main/resources/application-druid.yml +++ b/ruoyi-admin/src/main/resources/application-druid.yml @@ -1,26 +1,50 @@ # 鏁版嵁婧愰厤缃� spring: + rabbitmq: + host: 116.62.18.175 + # host: 127.0.0.1 + password: guest + port: 5672 + username: guest + virtual-host: / + # 寮�鍚秷鎭彂閫佺‘璁� + publisher-confirms: true + publisher-returns: true + listener: + simple: + acknowledge-mode: manual + datasource: type: com.alibaba.druid.pool.DruidDataSource # driverClassName: com.mysql.cj.jdbc.Driver druid: # 涓诲簱鏁版嵁婧� master: + # 涔変箤浜岄櫌 # url: jdbc:mysql://127.0.0.1:3306/smartor?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 # username: root # password: 123456 + + # 鍏徃 url: jdbc:mysql://116.62.18.175:6002/smartor?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: hxsoft password: Hxerp2000 driverClassName: com.mysql.cj.jdbc.Driver # 浠庡簱鏁版嵁婧� slave: - # 浠庢暟鎹簮寮�鍏�/榛樿鍏抽棴 + # 浠庢暟鎹簮寮�鍏�/榛樿鍏抽棴(鍏徃) enabled: true url: jdbc:sqlserver://116.62.18.175:6001;DatabaseName=iv-ywey;encrypt=false;SelectMethod=cursor username: sa password: Hxerp2000 driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver + + # 浠庢暟鎹簮寮�鍏�/榛樿鍏抽棴(涔変箤浜岄櫌) + # enabled: true + # url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=IntelligentVoice;encrypt=false;SelectMethod=cursor + # username: sa + # password: sfxt#2023 + # driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver # 鍒濆杩炴帴鏁� initialSize: 5 # 鏈�灏忚繛鎺ユ睜鏁伴噺 @@ -93,4 +117,23 @@ accessKeyId: LTAI4G5zjJRkun2eRdzU8GhR accessKeySecret: 6EIRr9uZeRobvHBRqskyGwjTLKpHYv -signName: 鏉窞鍒╂箹绉戞妧 \ No newline at end of file +signName: 鏉窞鍒╂箹绉戞妧 + +#鏅鸿兘鍛煎彨(涓婃捣) +phoneIP: http://124.220.50.51 +phonePort: 8001 +#鏉窞 +hzphoneIP: http://121.43.112.160 +hzphonePort: 8088 +#鐢佃瘽绾胯矾锛�1 涓婃捣锛�2 鏉窞锛� +phonePath: 2 +#鑷繁鐨勭數璇濆彿鐮� +phoneMySelf: 83234089 +##鎺堟潈 id(鏉窞) +#app_id: hzgs +##鎺堟潈 key(宸插姞瀵嗚繃鐨� key)(鏉窞) +#app_key: 605453540c4a0a692fe07e1cae1162f3 +#鎺堟潈 id(鏉窞) +app_id: hz_ali +#鎺堟潈 key(宸插姞瀵嗚繃鐨� key)(鏉窞) +app_key: a2f3b5799d635216aa280362fafd8c35 -- Gitblit v1.9.3