|  | @ -27,14 +27,14 @@ spring:
 | 
	
		
			
				|  |  |   data:
 | 
	
		
			
				|  |  |     elasticsearch: #ElasticsearchProperties
 | 
	
		
			
				|  |  |       cluster-name: jkzl #默认即为elasticsearch  集群名
 | 
	
		
			
				|  |  |       cluster-nodes: 172.19.103.68:9300 #配置es节点信息,逗号分隔,如果没有指定,则启动ClientNode
 | 
	
		
			
				|  |  |       cluster-nodes: 172.26.0.115: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.68:9200
 | 
	
		
			
				|  |  |       uris: http://172.26.0.112:9200
 | 
	
		
			
				|  |  | #      uris: http://172.19.103.68:9200
 | 
	
		
			
				|  |  |       connection-timeout: 60000 # Connection timeout in milliseconds.
 | 
	
		
			
				|  |  |       multi-threaded: true # Enable connection requests from multiple execution threads.
 | 
	
	
		
			
				|  | @ -52,7 +52,7 @@ hibernate:
 | 
	
		
			
				|  |  |   physical_naming_strategy: org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 | 
	
		
			
				|  |  |   implicit_naming_strategy: org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
 | 
	
		
			
				|  |  | fast-dfs:
 | 
	
		
			
				|  |  |   tracker-server: 172.19.103.54:22122 #服务器地址
 | 
	
		
			
				|  |  |   tracker-server: 172.26.0.110:22122 #服务器地址
 | 
	
		
			
				|  |  |   connect-timeout: 2 #链接超时时间
 | 
	
		
			
				|  |  |   network-timeout: 30
 | 
	
		
			
				|  |  |   charset: ISO8859-1 #编码
 | 
	
	
		
			
				|  | @ -72,22 +72,22 @@ spring:
 | 
	
		
			
				|  |  |   profiles: jwdev
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |   datasource:
 | 
	
		
			
				|  |  |     url: jdbc:mysql://172.19.103.77:3306/wlyy_specialist?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
 | 
	
		
			
				|  |  |     url: jdbc:mysql://172.26.0.114:3306/wlyy_specialist?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
 | 
	
		
			
				|  |  |     username: root
 | 
	
		
			
				|  |  |     password: 123456
 | 
	
		
			
				|  |  |     password: jkzlehr
 | 
	
		
			
				|  |  |   redis:
 | 
	
		
			
				|  |  |     host: 172.19.103.88 # Redis server host.
 | 
	
		
			
				|  |  |     host: 172.26.0.253 # Redis server host.
 | 
	
		
			
				|  |  |     port: 6379 # Redis server port.
 | 
	
		
			
				|  |  | fastDFS:
 | 
	
		
			
				|  |  |   fastdfs_file_url: http://172.19.103.54:80/
 | 
	
		
			
				|  |  |   fastdfs_file_url: http://172.26.0.110:80/
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | fast-dfs:
 | 
	
		
			
				|  |  |   tracker-server: 172.19.103.54:22122
 | 
	
		
			
				|  |  |   public-server: http://172.19.103.54:80/
 | 
	
		
			
				|  |  |   tracker-server: 172.26.0.110:22122
 | 
	
		
			
				|  |  |   public-server: http://172.26.0.110:80/
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | neiwang:
 | 
	
		
			
				|  |  |   enable: true
 | 
	
		
			
				|  |  |   wlyy: http://172.19.103.54:22122/
 | 
	
		
			
				|  |  |   wlyy: http://172.26.0.110:22122/
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | base:
 | 
	
		
			
				|  |  |   url: http://172.17.110.212:10020/
 | 
	
	
		
			
				|  | @ -109,22 +109,22 @@ spring:
 | 
	
		
			
				|  |  |   profiles: jwtest
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |   datasource:
 | 
	
		
			
				|  |  |     url: jdbc:mysql://172.17.110.160/wlyy_specialist?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
 | 
	
		
			
				|  |  |     url: jdbc:mysql://172.26.0.104/wlyy_specialist?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
 | 
	
		
			
				|  |  |     username: ssgg
 | 
	
		
			
				|  |  |     password: ssgg
 | 
	
		
			
				|  |  |     password: ssgg@jkzl2019
 | 
	
		
			
				|  |  |   redis:
 | 
	
		
			
				|  |  |     host: 172.19.103.88 # Redis server host.
 | 
	
		
			
				|  |  |     host: 172.26.0.253 # Redis server host.
 | 
	
		
			
				|  |  |     port: 6379 # Redis server port.
 | 
	
		
			
				|  |  | fastDFS:
 | 
	
		
			
				|  |  |   fastdfs_file_url: http://172.19.103.54:80/
 | 
	
		
			
				|  |  |   fastdfs_file_url: http://172.26.0.110:80/
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | fast-dfs:
 | 
	
		
			
				|  |  |   tracker-server: 172.19.103.54:22122
 | 
	
		
			
				|  |  |   public-server: http://172.19.103.54:80/
 | 
	
		
			
				|  |  |   tracker-server: 172.26.0.110:22122
 | 
	
		
			
				|  |  |   public-server: http://172.26.0.110:80/
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | neiwang:
 | 
	
		
			
				|  |  |   enable: true
 | 
	
		
			
				|  |  |   wlyy: http://172.19.103.54:22122/
 | 
	
		
			
				|  |  |   wlyy: http://172.26.0.110:22122/
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | base:
 | 
	
		
			
				|  |  |   url: http://172.17.110.212:10020/
 | 
	
	
		
			
				|  | @ -146,21 +146,21 @@ spring:
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |   datasource:
 | 
	
		
			
				|  |  |     url: jdbc:mysql://172.26.0.104/wlyy_specialist?useUnicode=true&characterEncoding=utf-8&autoReconnect=true
 | 
	
		
			
				|  |  |     username: ceshi
 | 
	
		
			
				|  |  |     username: ssgg
 | 
	
		
			
				|  |  |     password: ssgg@jkzl2019
 | 
	
		
			
				|  |  |   redis:
 | 
	
		
			
				|  |  |     host: 192.168.131.172 # Redis server host.
 | 
	
		
			
				|  |  |     host: 172.26.0.253 # Redis server host.
 | 
	
		
			
				|  |  |     port: 6379 # Redis server port.
 | 
	
		
			
				|  |  | fastDFS:
 | 
	
		
			
				|  |  |   fastdfs_file_url: http://172.19.103.54:80/
 | 
	
		
			
				|  |  |   fastdfs_file_url: http://172.26.0.110:80/
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | fast-dfs:
 | 
	
		
			
				|  |  |   tracker-server: 172.19.103.54:22122
 | 
	
		
			
				|  |  |   public-server: http://172.19.103.54:80/
 | 
	
		
			
				|  |  |   tracker-server: 172.26.0.110:22122
 | 
	
		
			
				|  |  |   public-server: http://172.26.0.110:80/
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | neiwang:
 | 
	
		
			
				|  |  |   enable: true
 | 
	
		
			
				|  |  |   wlyy: http://172.19.103.54:22122/
 | 
	
		
			
				|  |  |   wlyy: http://172.26.0.110:22122/
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | base:
 | 
	
		
			
				|  |  |   url: http://172.17.110.212:10020/
 |