File tree Expand file tree Collapse file tree
spring-cloud/spring-cloud-vault Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878 </build >
7979
8080 <properties >
81- <spring-cloud .version>Greenwich.RELEASE </spring-cloud .version>
81+ <spring-cloud .version>2020.0.3 </spring-cloud .version>
8282 </properties >
8383
8484</project >
Original file line number Diff line number Diff line change 1- spring :
2- application :
3- name : fakebank
4-
5- datasource :
6- url : jdbc:mysql://localhost:3306/fakebank?serverTimezone=GMT-3
7- hikari : connection-test-query: select 1
8- idle-timeout : 5000
9- max-lifetime : 120000
10- maximum-pool-size : 5
11- minimum-idle : 5
1+ spring :
2+ application :
3+ name : fakebank
4+ datasource :
5+ url : jdbc:mysql://localhost:3306/fakebank?serverTimezone=GMT-3
6+ hikari :
7+ connection-test-query : select 1
8+ idle-timeout : 5000
9+ max-lifetime : 120000
10+ maximum-pool-size : 5
11+ minimum-idle : 5
12+ cloud :
13+ vault :
14+ uri : https://localhost:8200
15+ connection-timeout : 5000
16+ read-timeout : 15000
17+ ssl :
18+ trust-store : classpath:/vault.jks
19+ trust-store-password : changeit
20+ generic :
21+ enabled : true
22+ application-name : fakebank
23+ # kv:
24+ # enabled: false
25+ # backend: kv
26+ # application-name: fakebank
27+ database :
28+ enabled : true
29+ role : fakebank-accounts-ro
30+ backend : database
31+ username-property : spring.datasource.username
32+ password-property : spring.datasource.password
33+ config :
34+ import : vault://
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments