testing config service

This commit is contained in:
Szakalakamaka
2020-10-26 15:57:16 +01:00
parent e8d99fbaf2
commit 4e7d9ffd33
8 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#environment:
server.port = 8097
spring.application.name = klaus
eureka.client.service-url.defaultZone=http://netflix:eureka@eureka:8761/eureka/
#logging:
spring.output.ansi.enabled = always
logging.level.root=DEBUG
logging.level.org.springframework.web=DEBUG
logging.level.com.release11=DEBUG

View File

@@ -0,0 +1,10 @@
#environment:
server.port = 8097
spring.application.name = klaus
eureka.client.service-url.defaultZone=http://netflix:eureka@eureka:8761/eureka/
#logging:
spring.output.ansi.enabled = always
logging.level.root=INFO
logging.level.org.springframework.web=INFO
logging.level.com.release11=INFO