spring-cloud-core
Here are 22 public repositories matching this topic...
Hi,
I've started using spring cloud gateway as front door for set of microservices, and using oauth2. When implementing bean "ReactiveOAuth2AuthorizedClientManager" to customize some prosperities, a duplicate bean definition exception is throw at runtime:
_org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type 'org.springframework.security.oauth2.client.R
-
Updated
Jan 26, 2022 - Java
-
Updated
Jan 21, 2022 - Java
-
Updated
Jan 21, 2022 - Java
-
Updated
Jan 25, 2022 - Java
Is your feature request related to a problem? Please describe.
We utilize contract tests to test our projects and rely on a passing build to signify that our project is working. However we have seen that passing contract tests is not necessarily a sure indicator of a project's status. If a contract definition is bad then the generateTests goal of the spring-cloud-contract-maven-plugin will ju
-
Updated
Jan 18, 2022 - Java
-
Updated
Apr 26, 2021 - Java
-
Updated
Jan 20, 2022 - Java
-
Updated
Jan 20, 2022 - Java
-
Updated
Apr 26, 2021 - Shell
-
Updated
Jan 20, 2022 - Java
-
Updated
Jan 6, 2022 - Java
-
Updated
Jan 25, 2022 - Shell
-
Updated
Jan 6, 2022 - Java
-
Updated
Aug 7, 2018 - Java
-
Updated
Mar 3, 2018 - Java
-
Updated
Feb 17, 2018 - Shell
Improve this page
Add a description, image, and links to the spring-cloud-core topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spring-cloud-core topic, visit your repo's landing page and select "manage topics."
Which Component
Sentinel
Describe what problem you have encountered
在hystrix和resilience4j中,我们可以配置default,对所有的feign client生效,例如熔断规则,隔离策略。在sentinel中我找不到类似的配置,似乎需要单个url去配置,这非常麻烦,请问怎么做。
In hystrix and resilience4j, we can configure "default", which will take effect for all feign clients, such as circuit breaker rules and isolation strategies. I can't find a similar configuration in sen