testing cloud configurations
This commit is contained in:
23
target/classes/bootstrap.yml
Normal file
23
target/classes/bootstrap.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
eureka:
|
||||
client:
|
||||
serviceUrl:
|
||||
defaultZone: http://netflix:eureka@localhost:8761/eureka/
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: klaus
|
||||
profiles:
|
||||
active: DEV
|
||||
cloud:
|
||||
config:
|
||||
discovery:
|
||||
enabled: true
|
||||
service-id: klaus-config-service
|
||||
fail-fast: true
|
||||
retry:
|
||||
initial-interval: 1500
|
||||
multiplier: 1.5
|
||||
max-attempts: 10000
|
||||
max-interval: 1000
|
||||
server:
|
||||
port: 8097
|
||||
Reference in New Issue
Block a user