spring-cloud
sayyy
这个作者很懒,什么都没留下…
展开
-
Caused by: java.lang.NoClassDefFoundError: org/springframework/boot/context/properties/Configuration
略原创 2023-12-22 15:07:19 · 663 阅读 · 0 评论 -
spring cloud 指定 server监听端口
略原创 2023-08-14 19:25:56 · 130 阅读 · 0 评论 -
Spring Cloud Data Flow手动安装
前言Spring Cloud Data Flow 2.4.2win7简介Microservice based Streaming and Batch data processing for Cloud Foundry and Kubernetes.Spring Cloud Data Flow provides tools to create complex topologies...原创 2020-03-23 17:44:32 · 1263 阅读 · 0 评论 -
Request processing failed; nested exception is feign.RetryableException: Read timed out
前言spring boot 2.0.0.RELEASEspring cloud Finchley.RELEASE错误:Request processing failed; nested exception is feign.RetryableException: Read timed out executing GET错误详情2019-07-15 12:21:56.090 [http...转载 2019-07-15 13:33:52 · 9739 阅读 · 1 评论 -
【spring cloud zookeeper】KeeperErrorCode = Unimplemented for
KeeperErrorCode = Unimplemented for 错误Spring cloud 2.0zookeeper 3.4.10curator 4.0.1错误Caused by: org.apache.zookeeper.KeeperException$UnimplementedException: KeeperErrorCode = Unimplemented for ...转载 2019-07-12 14:53:47 · 2979 阅读 · 0 评论 -
Spring Cloud:查看注册到Eureka上的应用信息
前言Spring Cloud:Finchley.RELEASEserver.port=12000ip:localhost可视化查看http://localhost:12000通过端点GET/eureka/apps查看http://localhost:12000/eureka/apps原创 2019-08-02 13:27:27 · 6285 阅读 · 0 评论 -
Spring Cloud:Eureka Server控制台
前言Spring Cloud:Finchley.RELEASEserver.port=12000ip:localhostEureka Server控制台http://localhost:12000原创 2019-08-02 13:38:14 · 2639 阅读 · 0 评论 -
Spring Cloud:connect time out
前言Spring Cloud:Finchley.RELEASE设备上有多块网卡,比如网卡和无线网卡。Eureka Server IP不固定/非预期查看Eureka Server的IP(添加链接描述)非期望的IP地址。修改application.properties,指定IP指定IP方法:https://blog.csdn.net/sayyy/article/details/9819...原创 2019-08-02 14:16:18 · 750 阅读 · 0 评论 -
Spring Cloud:多网卡问题
前言Spring Cloud:Finchley.RELEASE两块网卡。网卡(192.168.1.112)、无线网卡(192.168.99.155)。connect time out网卡 192.168.1.112无线网卡 192.168.99.21根据spring cloud手册配置eureka.instance.hostname=localhosteureka.clie...原创 2019-08-02 14:18:27 · 2054 阅读 · 0 评论