testing config service
This commit is contained in:
		| @@ -1,10 +1,12 @@ | ||||
| #environment: | ||||
| server.port = 8097 | ||||
|  | ||||
| spring.application.name = klaus | ||||
| spring.profiles.active = DEV | ||||
| eureka.client.service-url.defaultZone=http://netflix:eureka@localhost:8761/eureka/ | ||||
|  | ||||
| server.port = 8097 | ||||
| spring.application.name = klaus | ||||
| spring.cloud.discovery.enabled=true | ||||
| spring.cloud.config.discovery.service-id = klaus-config-service | ||||
| #spring.cloud.config.fail-fast=true | ||||
| #spring.cloud.config.username = SpringConfigUsername | ||||
| #spring.cloud.config.password = SpringConfigPassword | ||||
| #logging: | ||||
| spring.output.ansi.enabled = always | ||||
| logging.level.root=INFO | ||||
|   | ||||
										
											Binary file not shown.
										
									
								
							| @@ -1,2 +1,2 @@ | ||||
| redis.host = redis | ||||
| redis.host = localhost | ||||
| redis.port = 6379 | ||||
| @@ -10,7 +10,7 @@ import org.springframework.stereotype.Component; | ||||
|  | ||||
| @Generated( | ||||
|     value = "org.mapstruct.ap.MappingProcessor", | ||||
|     date = "2020-10-15T11:51:20+0200", | ||||
|     date = "2020-10-14T13:24:17+0200", | ||||
|     comments = "version: 1.3.1.Final, compiler: javac, environment: Java 14.0.1 (Oracle Corporation)" | ||||
| ) | ||||
| @Component | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Szakalakamaka
					Szakalakamaka