Skip to content

Commit

Permalink
Add missing additional configuration metadata and fix type of default…
Browse files Browse the repository at this point in the history
…Value

Signed-off-by: Yanming Zhou <[email protected]>
  • Loading branch information
quaff committed Jan 20, 2025
1 parent 7e1cbf8 commit 8cc8a1a
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
{
"properties": [
{
"defaultValue": "true",
"defaultValue": true,
"name": "spring.cloud.refresh.enabled",
"description": "Enables autoconfiguration for the refresh scope and associated features.",
"type": "java.lang.Boolean"
},
{
"defaultValue": true,
"name": "spring.cloud.refresh.on-restart.enabled",
"description": "Triggers scope refreshing on application context restart.",
"type": "java.lang.Boolean"
},
{
"defaultValue": true,
"name": "spring.cloud.httpclientfactories.apache.enabled",
"description": "Enables creation of Apache Http Client factory beans.",
"type": "java.lang.Boolean"
},
{
"defaultValue": "true",
"defaultValue": true,
"name": "spring.cloud.httpclientfactories.ok.enabled",
"description": "Enables creation of OK Http Client factory beans.",
"type": "java.lang.Boolean"
Expand Down

0 comments on commit 8cc8a1a

Please sign in to comment.