File tree 1 file changed +8
-2
lines changed
spring-cloud-commons/src/main/resources/META-INF
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"properties" : [
3
3
{
4
- "defaultValue" : " true" ,
4
+ "defaultValue" : true ,
5
5
"name" : " spring.cloud.refresh.enabled" ,
6
6
"description" : " Enables autoconfiguration for the refresh scope and associated features." ,
7
7
"type" : " java.lang.Boolean"
8
8
},
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
+ },
9
15
{
10
16
"defaultValue" : true ,
11
17
"name" : " spring.cloud.httpclientfactories.apache.enabled" ,
12
18
"description" : " Enables creation of Apache Http Client factory beans." ,
13
19
"type" : " java.lang.Boolean"
14
20
},
15
21
{
16
- "defaultValue" : " true" ,
22
+ "defaultValue" : true ,
17
23
"name" : " spring.cloud.httpclientfactories.ok.enabled" ,
18
24
"description" : " Enables creation of OK Http Client factory beans." ,
19
25
"type" : " java.lang.Boolean"
You can’t perform that action at this time.
0 commit comments