|  | @ -11,20 +11,20 @@ spring:
 | 
	
		
			
				|  |  |       enabled: true
 | 
	
		
			
				|  |  |       max-file-size: 500MB
 | 
	
		
			
				|  |  |       max-request-size: 500MB
 | 
	
		
			
				|  |  |   data:
 | 
	
		
			
				|  |  |     elasticsearch: #ElasticsearchProperties
 | 
	
		
			
				|  |  |       cluster-name: jkzl #默认即为elasticsearch  集群名
 | 
	
		
			
				|  |  |       cluster-nodes: 172.19.103.45:9300,172.19.103.68:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
 | 
	
		
			
				|  |  |       local: false #是否本地连接
 | 
	
		
			
				|  |  |       properties: # Additional properties used to configure the client.
 | 
	
		
			
				|  |  |         enable: true
 | 
	
		
			
				|  |  |     # JEST (Elasticsearch HTTP client) (JestProperties)
 | 
	
		
			
				|  |  |   elasticsearch:
 | 
	
		
			
				|  |  |     jest:
 | 
	
		
			
				|  |  |       uris: http://172.19.103.45:9200,http://172.19.103.68:9200
 | 
	
		
			
				|  |  | #      uris: http://172.19.103.68:9200
 | 
	
		
			
				|  |  |       connection-timeout: 60000 # Connection timeout in milliseconds.
 | 
	
		
			
				|  |  |       multi-threaded: true
 | 
	
		
			
				|  |  | #  data:
 | 
	
		
			
				|  |  | #    elasticsearch: #ElasticsearchProperties
 | 
	
		
			
				|  |  | #      cluster-name: jkzl #默认即为elasticsearch  集群名
 | 
	
		
			
				|  |  | #      cluster-nodes: 172.19.103.45:9300,172.19.103.68:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
 | 
	
		
			
				|  |  | #      local: false #是否本地连接
 | 
	
		
			
				|  |  | #      properties: # Additional properties used to configure the client.
 | 
	
		
			
				|  |  | #        enable: true
 | 
	
		
			
				|  |  | #    # JEST (Elasticsearch HTTP client) (JestProperties)
 | 
	
		
			
				|  |  | #  elasticsearch:
 | 
	
		
			
				|  |  | #    jest:
 | 
	
		
			
				|  |  | #      uris: http://172.19.103.45:9200,http://172.19.103.68:9200
 | 
	
		
			
				|  |  | ##      uris: http://172.19.103.68:9200
 | 
	
		
			
				|  |  | #      connection-timeout: 60000 # Connection timeout in milliseconds.
 | 
	
		
			
				|  |  | #      multi-threaded: true
 | 
	
		
			
				|  |  |   redis:
 | 
	
		
			
				|  |  |     host: 172.19.103.88 # Redis server host.
 | 
	
		
			
				|  |  |     port: 6379 # Redis server port.
 |