testing config service

This commit is contained in:
Szakalakamaka
2020-10-26 15:56:44 +01:00
parent 5465c86480
commit e8d99fbaf2
11 changed files with 142 additions and 151 deletions

View File

@@ -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

View File

@@ -1,2 +1,2 @@
redis.host = redis
redis.host = localhost
redis.port = 6379

View File

@@ -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