| 
					
				 | 
			
			
				@@ -1,19 +1,17 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # 数据源配置 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 spring: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     profiles: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        include: config-druid-fcky,common 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        include: config-zkzh,common 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     # redis 配置 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     redis: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         # 地址 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         host: 127.0.0.1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         # 端口,默认为6379 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         port: 6379 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        # 数据库索引 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        database: 0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         # 密码 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         password: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         # 连接超时时间 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        timeout: 20s 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        timeout: 30s 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         lettuce: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             pool: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 # 连接池中的最小空闲连接 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -24,26 +22,17 @@ spring: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 max-active: 8 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 # #连接池最大阻塞等待时间(使用负值表示没有限制) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 max-wait: -1ms 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        database: 0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     datasource: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        #        clickhouse: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        #            type: com.alibaba.druid.pool.DruidDataSource 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        #            driverClassName: com.clickhouse.jdbc.ClickHouseDriver 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        #            url: jdbc:clickhouse://cc-2vc8zzo26w0l7m2l6.public.clickhouse.ads.aliyuncs.com/sop?compress=0&use_server_time_zone=true&use_client_time_zone=false&timezone=Asia/Shanghai 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        #            username: rt_2024 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        #            password: Yzx_19860213 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        #            initialSize: 10 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        #            maxActive: 100 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        #            minIdle: 10 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        #            maxWait: 6000 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         mysql: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             type: com.alibaba.druid.pool.DruidDataSource 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             driverClassName: com.mysql.cj.jdbc.Driver 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             druid: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 # 主库数据源 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 master: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    url: jdbc:mysql://119.45.165.149:2345/fs_his?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    url: jdbc:mysql://47.111.26.148:2345/jz_store_v2?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     username: root 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    password: Ylrz_1q2w3e4r5t6y 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    password: Zkhj951753@# 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 # 从库数据源 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 slave: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     # 从数据源开关/默认关闭 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -96,9 +85,9 @@ spring: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             druid: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 # 主库数据源 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 master: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    url: jdbc:mysql://119.45.165.149:2345/sop?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    url: jdbc:mysql://47.111.26.148:2345/sop?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     username: root 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    password: Ylrz_1q2w3e4r5t6y 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    password: Zkhj951753@# 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 # 初始连接数 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 initialSize: 5 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 # 最小连接池数量 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -148,3 +137,10 @@ rocketmq: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         group: test-group 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         access-key: ak1243b25nj17d4b2dc1a03 # 替换为实际的 accessKey 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         secret-key: sk08a7ea1f9f4b0237 # 替换为实际的 secretKey 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+cloud_host: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    company_name: 中康智慧 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+openIM: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    secret: openIM123 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    userID: imAdmin 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#是否为新商户,新商户不走mpOpenId 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+isNewWxMerchant: false 
			 |