File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
spring-cloud-commons/src/main/resources/META-INF Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "properties" : [
33 {
4- "defaultValue" : " true" ,
4+ "defaultValue" : true ,
55 "name" : " spring.cloud.refresh.enabled" ,
66 "description" : " Enables autoconfiguration for the refresh scope and associated features." ,
77 "type" : " java.lang.Boolean"
88 },
9+ {
10+ "defaultValue" : true ,
11+ "name" : " spring.cloud.refresh.on-restart.enabled" ,
12+ "description" : " Triggers scope refreshing on application context restart." ,
13+ "type" : " java.lang.Boolean"
14+ },
915 {
1016 "defaultValue" : true ,
1117 "name" : " spring.cloud.httpclientfactories.apache.enabled" ,
1218 "description" : " Enables creation of Apache Http Client factory beans." ,
1319 "type" : " java.lang.Boolean"
1420 },
1521 {
16- "defaultValue" : " true" ,
22+ "defaultValue" : true ,
1723 "name" : " spring.cloud.httpclientfactories.ok.enabled" ,
1824 "description" : " Enables creation of OK Http Client factory beans." ,
1925 "type" : " java.lang.Boolean"
You can’t perform that action at this time.
0 commit comments