|  | @@ -4,14 +4,14 @@ spring:
 | 
											
												
													
														|  |          include: config-druid-jnlzjk,common
 |  |          include: config-druid-jnlzjk,common
 | 
											
												
													
														|  |      # redis 配置
 |  |      # redis 配置
 | 
											
												
													
														|  |      redis:
 |  |      redis:
 | 
											
												
													
														|  | -        host: 127.0.0.1
 |  | 
 | 
											
												
													
														|  | -        port: 6379
 |  | 
 | 
											
												
													
														|  | 
 |  | +        host: 10.206.0.10
 | 
											
												
													
														|  | 
 |  | +        port: 6579
 | 
											
												
													
														|  |          # 数据库索引
 |  |          # 数据库索引
 | 
											
												
													
														|  |          database: 0
 |  |          database: 0
 | 
											
												
													
														|  |          # 密码
 |  |          # 密码
 | 
											
												
													
														|  |          password:
 |  |          password:
 | 
											
												
													
														|  |          # 连接超时时间
 |  |          # 连接超时时间
 | 
											
												
													
														|  | -        timeout: 10s
 |  | 
 | 
											
												
													
														|  | 
 |  | +        timeout: 30s
 | 
											
												
													
														|  |          lettuce:
 |  |          lettuce:
 | 
											
												
													
														|  |              pool:
 |  |              pool:
 | 
											
												
													
														|  |                  # 连接池中的最小空闲连接
 |  |                  # 连接池中的最小空闲连接
 | 
											
										
											
												
													
														|  | @@ -39,7 +39,7 @@ spring:
 | 
											
												
													
														|  |              druid:
 |  |              druid:
 | 
											
												
													
														|  |                  # 主库数据源
 |  |                  # 主库数据源
 | 
											
												
													
														|  |                  master:
 |  |                  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
 |  |                    username: root
 | 
											
												
													
														|  |                    password: Ylrz_1q2w3e4r5t6y
 |  |                    password: Ylrz_1q2w3e4r5t6y
 | 
											
												
													
														|  |                  # 从库数据源
 |  |                  # 从库数据源
 | 
											
										
											
												
													
														|  | @@ -94,7 +94,7 @@ spring:
 | 
											
												
													
														|  |              druid:
 |  |              druid:
 | 
											
												
													
														|  |                  # 主库数据源
 |  |                  # 主库数据源
 | 
											
												
													
														|  |                  master:
 |  |                  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
 |  |                      username: root
 | 
											
												
													
														|  |                      password: Ylrz_1q2w3e4r5t6y
 |  |                      password: Ylrz_1q2w3e4r5t6y
 | 
											
												
													
														|  |                  # 初始连接数
 |  |                  # 初始连接数
 |