adding profiles on bootstrap.yml level

This commit is contained in:
Szakalakamaka
2020-11-04 15:56:11 +01:00
parent eb3c5a8ade
commit f356274cfa
6 changed files with 130 additions and 101 deletions

View File

@@ -1,4 +1,6 @@
spring:
profiles:
active: DEV
application:
name: klaus
cloud:
@@ -7,7 +9,6 @@ spring:
config:
uri: http://s5000xvn.zipper.release11.com:8888
retry:
max-attempts: 10
max-attempts: 20
max-interval: 15000
initial-interval: 10000