|  | @ -20,12 +20,9 @@ spring:
 | 
	
		
			
				|  |  |     test-while-idle: true #指明连接是否被空闲连接回收器(如果有)进行检验,如果检测失败,则连接将被从池中去除
 | 
	
		
			
				|  |  |     min-evictable-idle-time-millis: 3600000 #连接池中连接,在时间段内一直空闲,被逐出连接池的时间(1000*60*60),以毫秒为单位
 | 
	
		
			
				|  |  |     time-between-eviction-runs-millis: 300000 #在空闲连接回收器线程运行期间休眠的时间值,以毫秒为单位,一般比minEvictableIdleTimeMillis小
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |   http:
 | 
	
		
			
				|  |  |     multipart:
 | 
	
		
			
				|  |  |       max-file-size: 5MB
 | 
	
		
			
				|  |  |       location: D:/work/soft_dev/IdeaWorkSpace/wlyy2.0/svr/svr-patient/temp_file/
 | 
	
		
			
				|  |  |       resolve-lazily: true
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |   redis:
 | 
	
		
			
				|  |  |     database: 0 # Database index used by the connection factory.
 | 
	
	
		
			
				|  | @ -82,6 +79,11 @@ spring:
 | 
	
		
			
				|  |  |     url: jdbc:mysql://172.19.103.77/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
 | 
	
		
			
				|  |  |     username: root
 | 
	
		
			
				|  |  |     password: 123456
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |   http:
 | 
	
		
			
				|  |  |     multipart:
 | 
	
		
			
				|  |  |       location: D:/work/soft_dev/IdeaWorkSpace/wlyy2.0/svr/svr-patient/temp_file/
 | 
	
		
			
				|  |  |       resolve-lazily: true
 | 
	
		
			
				|  |  |   elasticsearch:
 | 
	
		
			
				|  |  |     cluster-name: jkzl #集群名 默认elasticsearch
 | 
	
		
			
				|  |  |     cluster-nodes: 172.19.103.45:9300,172.19.103.68:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
 |