|  | @ -35,4 +35,23 @@ spring:
 | 
	
		
			
				|  |  |     host: 172.19.103.88 # Redis server host.
 | 
	
		
			
				|  |  |     port: 6379 # Redis server port.
 | 
	
		
			
				|  |  | #    password: jkzl_ehr
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   profiles: jwtest
 | 
	
		
			
				|  |  |   datasource:
 | 
	
		
			
				|  |  |     url: jdbc:mysql://172.17.110.160/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
 | 
	
		
			
				|  |  |     username: ssgg
 | 
	
		
			
				|  |  |     password: ssgg
 | 
	
		
			
				|  |  |   redis:
 | 
	
		
			
				|  |  |     host: 172.19.103.88 # Redis server host.
 | 
	
		
			
				|  |  |     port: 6379 # Redis server port.
 | 
	
		
			
				|  |  | ---
 | 
	
		
			
				|  |  | spring:
 | 
	
		
			
				|  |  |   profiles: jwprod
 | 
	
		
			
				|  |  |   datasource:
 | 
	
		
			
				|  |  |     url: jdbc:mysql://172.17.110.160/base?useUnicode:true&characterEncoding=utf-8&autoReconnect=true
 | 
	
		
			
				|  |  |     username: ssgg
 | 
	
		
			
				|  |  |     password: ssgg
 | 
	
		
			
				|  |  |   redis:
 | 
	
		
			
				|  |  |     host: 172.19.103.88 # Redis server host.
 | 
	
		
			
				|  |  |     port: 6379 # Redis server port.
 |