Skip to content

Commit 27f2723

Browse files
author
ebrahimmfadae
committed
spring: Remove bootstrap config
1 parent e9db3a5 commit 27f2723

11 files changed

Lines changed: 0 additions & 22 deletions

File tree

accountant/accountant-app/src/main/resources/application.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ spring:
1919
password: ${dbpassword:hiopex}
2020
initialization-mode: always
2121
cloud:
22-
bootstrap:
23-
enabled: true
2422
vault:
2523
host: ${VAULT_HOST}
2624
port: 8200

admin/admin-app/src/main/resources/application.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ spring:
1010
consumer:
1111
group-id: admin
1212
cloud:
13-
bootstrap:
14-
enabled: true
1513
consul:
1614
host: ${CONSUL_HOST:localhost}
1715
port: 8500

api/api-app/src/main/resources/application.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ spring:
1919
password: ${dbpassword:hiopex}
2020
initialization-mode: always
2121
cloud:
22-
bootstrap:
23-
enabled: true
2422
vault:
2523
host: ${VAULT_HOST}
2624
port: 8200

bc-gateway/bc-gateway-app/src/main/resources/application.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ spring:
1515
password: ${dbpassword:hiopex}
1616
initialization-mode: always
1717
cloud:
18-
bootstrap:
19-
enabled: true
2018
vault:
2119
host: ${VAULT_HOST}
2220
port: 8200

captcha/captcha-app/src/main/resources/application.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ spring:
1111
main:
1212
allow-bean-definition-overriding: false
1313
cloud:
14-
bootstrap:
15-
enabled: true
1614
consul:
1715
host: ${CONSUL_HOST:localhost}
1816
port: 8500

matching-gateway/matching-gateway-app/src/main/resources/application.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ spring:
1313
consumer:
1414
group-id: gateway
1515
cloud:
16-
bootstrap:
17-
enabled: true
1816
consul:
1917
host: ${CONSUL_HOST:localhost}
2018
port: 8500

referral/referral-app/src/main/resources/application.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ spring:
1919
password: ${dbpassword:hiopex}
2020
initialization-mode: always
2121
cloud:
22-
bootstrap:
23-
enabled: true
2422
vault:
2523
host: ${VAULT_HOST}
2624
port: 8200

storage/storage-app/src/main/resources/application.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ spring:
1111
main:
1212
allow-bean-definition-overriding: false
1313
cloud:
14-
bootstrap:
15-
enabled: true
1614
consul:
1715
host: ${CONSUL_HOST:localhost}
1816
port: 8500

user-management/keycloak-gateway/src/main/resources/application.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ spring:
2525
dialect: org.hibernate.dialect.PostgreSQLDialect
2626
open-in-view: false
2727
cloud:
28-
bootstrap:
29-
enabled: true
3028
vault:
3129
host: ${VAULT_HOST}
3230
port: 8200

wallet/wallet-app/src/main/resources/application.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ spring:
1818
password: ${dbpassword:hiopex}
1919
initialization-mode: always
2020
cloud:
21-
bootstrap:
22-
enabled: true
2321
vault:
2422
host: ${VAULT_HOST}
2523
port: 8200

0 commit comments

Comments
 (0)