15 lines
		
	
	
		
			288 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			288 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| spring:
 | |
|   profiles:
 | |
|     active: DEV
 | |
|   application:
 | |
|     name: klaus
 | |
|   cloud:
 | |
|     spring:
 | |
|       cloud:
 | |
|         config:
 | |
|           uri: http://s5000xvn.zipper.release11.com:8888
 | |
|           retry:
 | |
|             max-attempts: 20
 | |
|             max-interval: 15000
 | |
|             initial-interval: 10000
 | 
