|  | @@ -4,14 +4,14 @@ spring:
 | 
	
		
			
				|  |  |          include: config-druid-jnlzjk,common
 | 
	
		
			
				|  |  |      # redis 配置
 | 
	
		
			
				|  |  |      redis:
 | 
	
		
			
				|  |  | -        host: 127.0.0.1
 | 
	
		
			
				|  |  | -        port: 6379
 | 
	
		
			
				|  |  | +        host: 10.206.0.10
 | 
	
		
			
				|  |  | +        port: 6579
 | 
	
		
			
				|  |  |          # 数据库索引
 | 
	
		
			
				|  |  |          database: 0
 | 
	
		
			
				|  |  |          # 密码
 | 
	
		
			
				|  |  |          password:
 | 
	
		
			
				|  |  |          # 连接超时时间
 | 
	
		
			
				|  |  | -        timeout: 10s
 | 
	
		
			
				|  |  | +        timeout: 30s
 | 
	
		
			
				|  |  |          lettuce:
 | 
	
		
			
				|  |  |              pool:
 | 
	
		
			
				|  |  |                  # 连接池中的最小空闲连接
 | 
	
	
		
			
				|  | @@ -39,7 +39,7 @@ spring:
 | 
	
		
			
				|  |  |              druid:
 | 
	
		
			
				|  |  |                  # 主库数据源
 | 
	
		
			
				|  |  |                  master:
 | 
	
		
			
				|  |  | -                  url: jdbc:mysql://nj-cdb-22nvjajz.sql.tencentcdb.com:29237/fs_his?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
 | 
	
		
			
				|  |  | +                  url: jdbc:mysql://10.206.0.17:65535/fs_his?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
 | 
	
		
			
				|  |  |                    username: root
 | 
	
		
			
				|  |  |                    password: Ylrz_1q2w3e4r5t6y
 | 
	
		
			
				|  |  |                  # 从库数据源
 | 
	
	
		
			
				|  | @@ -94,7 +94,7 @@ spring:
 | 
	
		
			
				|  |  |              druid:
 | 
	
		
			
				|  |  |                  # 主库数据源
 | 
	
		
			
				|  |  |                  master:
 | 
	
		
			
				|  |  | -                    url: jdbc:mysql://nj-cdb-22nvjajz.sql.tencentcdb.com:29237/fs_his_sop?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
 | 
	
		
			
				|  |  | +                    url: jdbc:mysql://10.206.0.17:65535/fs_his_sop?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
 | 
	
		
			
				|  |  |                      username: root
 | 
	
		
			
				|  |  |                      password: Ylrz_1q2w3e4r5t6y
 | 
	
		
			
				|  |  |                  # 初始连接数
 |