Skip to content

Commit

Permalink
Adds redis-route-definition-repository property metadata
Browse files Browse the repository at this point in the history
Fixes gh-3299
  • Loading branch information
spencergibb committed Mar 14, 2024
1 parent e844024 commit 43eb8ce
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,12 @@
"type": "java.lang.Boolean",
"description": "If RouteRefreshListener should be turned on.",
"defaultValue": "true"
},
{
"name": "spring.cloud.gateway.redis-route-definition-repository.enabled",
"type": "java.lang.Boolean",
"description": "If RedisRouteDefinitionRepository should be enabled.",
"defaultValue": "true"
}
]
}

0 comments on commit 43eb8ce

Please sign in to comment.