腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
Spring
cloud
multiple
RestTemplate
、
、
、
我正在使用
spring
cloud
:
Spring
Boot Application with Eureka + Ribbon default configuration。我使用的是两种
RestTemplate
配置,目前都是@LoadBalanced,并且都有相同的UriTemplateHandler。我的问题是: 当我尝试访问第一个配置的
RestTemplate
时,
RestTemplate
解析(通过eureka和负载均衡)到服务器,而不是我在UriTemplateHandler中配置的
浏览 1
提问于2018-02-09
得票数 3
2
回答
Spring
2.4.4升级后未能启动
、
、
、
>2020.0.2</
spring
-
cloud
.version> <artifactId>
spring
-
cloud
-dependencies</artifactId>
浏览 10
提问于2021-05-31
得票数 2
1
回答
当
RestTemplate
-
cloud
-starter-OAuth2验证令牌时请求UnknownHostException
、
、
、
{ @Bean return new
RestTemplate
();} 我在parent pom中使用了
Spring
-
cloud
Greenwich.SR3 依赖关系: <dependency>
浏览 51
提问于2019-09-30
得票数 0
1
回答
春云与领事: HttpClientErrorException: 404 NOT_FOUND
、
、
我正在开发两个基于
Spring
cloud
consul的应用程序。第一个名为Hello1,并公开了一个简单的hello world Web服务。);}
spring
: name: hello2-Example active: native <artifa
浏览 0
提问于2015-11-20
得票数 0
1
回答
Spring
cloud
Sleuth - traceId不传播
RestTemplate
、
、
、
、
我正在尝试使用
Spring
cloud
Sleuth,但是我面临着拥有适当的日志信息的问题。我的应用程序不传播
RestTemplate
的traceId和spanId。<dependency> <artifactId>
spring
-
cloud
-starter-sleuthResponse 200 OK 2021-07-19 10:46:
浏览 70
提问于2021-07-19
得票数 0
1
回答
Vault中带有JDBC creds的和JDBC后端
、
、
yadayadayadabootstrap.yml port: 8888 application:
cloud
: allowOverride: true jdbc:order: 2 #https://
cloud
.
spring
.
浏览 4
提问于2021-12-01
得票数 0
1
回答
如果将来禁用
RestTemplate
,会对Feign客户端产生什么影响
、
、
我们将要启动一个新的基于微服务的应用程序,为此我们将使用
Spring
boot。Feign client是一个非常方便使用的工具。
浏览 1
提问于2020-05-07
得票数 1
2
回答
Hystrix仪表板在加载屏幕上卡住
restTemplate
; this.
restTemplate
</groupId> <version>2.1.1</
浏览 1
提问于2019-06-02
得票数 2
1
回答
SpringBoot:@HystrixCommand不起作用
、
、
、
、
<dependency> <artifactId>
spring
-
cloud
-starter-config</groupId>
浏览 78
提问于2017-03-13
得票数 1
2
回答
SpringCloud1.0.2和SR3
RestTemplate
忽略了我的ResponseErrorHandler
、
、
、
使用
Spring
,我无法通过使用最新版本的自定义ResponseErrorHandler在
RestTemplate
上消除抛出的异常。一年前,我们实现了类似于的东西。在我们移植到
spring
/
Cloud
1.0.2和更高版本之前,这是可行的。当出现超时或连接问题时,在这些处理程序中设置断点,在使用SpringCloud1.0.2或SR3时,不会在调试模式下触发。对于
spring
-
cloud
-starter-parent的发布要有明确的说明 &
浏览 7
提问于2015-11-21
得票数 1
回答已采纳
3
回答
如何在SpringBoot2.0中启用"hystrix.stream“?
、
、
restTemplate
; this.
restTemplate
=
restTemplate
' compile 'org.springframework.boot:
spring
-boot-starte
浏览 1
提问于2018-01-24
得票数 9
4
回答
创建Bean错误(客户端)
、
、
、
、
SpringApplication.run(DemoClientApplication.class, args); * Output property from
cloud
-config-servercom.gcp.logicalprovisioning.config.server; import org.springframework.
cloud
.context.config.annot
浏览 15
提问于2021-08-05
得票数 4
回答已采纳
1
回答
无法连接到命令米制流。尤里卡行政
、
、
、
<artifactId>
spring
-
cloud
-starter-netflix-eureka-server</artifactId> </dependency> <groupId>o
浏览 0
提问于2019-01-22
得票数 1
1
回答
Boot、OAuth2、Zuul代理和版本
、
、
、
所以,我在Zuul中添加了,为了让代理正常工作,我需要添加'
spring
-
cloud
-security‘,我就是这么做的: <groupId>org.springframework.
cloud
</groupId> <version>
浏览 0
提问于2016-03-14
得票数 0
3
回答
为什么使用ribbonReadTimeout不会破坏Netflix的长请求?
、
、
、
我们正在使用带有
spring
-
cloud
-starter-netflix-ribbon的SpringBoot2.0. services 作为我们的微服务。
浏览 1
提问于2018-11-20
得票数 1
回答已采纳
2
回答
如何使用netflix-eureka获得注册的微服务
、
、
、
、
我使用Netflix的Eureka注册了许多微服务,我也在使用
Spring
Cloud
Config。重启应用程序有点烦人,所以我在谷歌上搜索了一下,发现可以使用Netflix Eureka获取注册的微服务,并使用
spring
boot actuator刷新它,但我未能获得注册的微服务。
浏览 40
提问于2020-10-28
得票数 0
回答已采纳
2
回答
如何为
Spring
Boot配置服务器设置超时值
、
、
、
我使用
spring
boot ConfigServer和一个客户端服务进行了简单的设置,该客户端服务调用ConfigServer从GIT获取配置属性文件的详细信息。configServer上的配置(application.properties)server.port=8888
spring
.
cloud
.config.server.git.uri=https://github.com/shibajiJava/
浏览 1
提问于2018-09-25
得票数 3
1
回答
Spring
网关路由不工作,Hystrix仪表板崩溃加载
、
、
、
在youtube的一个中,作者使用
Spring
、Hystrix、Netflix,并使用配置路由,但是当我尝试从端点发送数据时,我只是挂在Hystrix仪表板上“
Cloud
.”Maven依赖项
spring
-
cloud
-starter-config
spring
-boot-starter-data-jpa
spring
-boot-starter-web
浏览 1
提问于2021-03-31
得票数 2
回答已采纳
2
回答
Spring
boot
cloud
config client未拾取云配置并显示错误消息:找不到合适的HttpMessageConverter?
、
、
(
RestTemplate
.java:998) ~[
spring
-web-5.2.6.RELEASE.jar:5.2.6.RELEASE] at org.springfram
浏览 6
提问于2021-02-22
得票数 1
1
回答
Spring
Boot
Cloud
:没有可用于api.github.com的实例
、
、
、
(RibbonLoadBalancerClient.java:119) ~[
spring
-
cloud
-netflix-ribbon-2.2.1.RELEASE.jar:2.2.1.RELEASE]at org.springframework.
cloud
.netflix.ribbon.RibbonLoadBalancerClient.execute(RibbonLoadBalancerClient.java:99) ~[
spring
-
cloud
-netflix-ribbon-2.2.1.RELEASE.ja
浏览 17
提问于2020-01-28
得票数 0
点击加载更多
相关
资讯
(三)spring-cloud简单入门之(关于restTemplate的源码探索
Spring RestTemplate终极使用归纳总结
(一)Spring Cloud复习笔记之Spring Cloud介绍
spring-cloud
Spring Cloud 入门
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券