
springcloud
你认识小汐吗
这个作者很懒,什么都没留下…
展开
-
spring cloud 调用feign请求超时 feign.RetryableException: Read timed out executing POST
问题介绍:服务之间调用报错超时,截取部分报错,Read timed out executing POST http://******feign.RetryableException: Read timed out executing POST http://****** at feign.FeignException.errorExecuting(FeignExcepti...原创 2018-08-01 13:57:13 · 55115 阅读 · 6 评论 -
HTTP method DELETE doesn't support output executing DELETE 异常
在使用springcloud搭建的项目时,两个服务之间调用DELETE方法,跑出异常:feign.RetryableException: HTTP method DELETE doesn't support output executing DELETE http://***/***feign.RetryableException: HTTP method DELETE doesn't ...原创 2018-08-14 11:25:19 · 1154 阅读 · 0 评论 -
springcloud调用服务,传递实体类参数,实体类属性中有null值,报错问题
问题: spring cloud方式调用接口,参数中有一个UserInfo对象,其中updateTime属性为空,然后再被调用方用了一个另外一个UserInfo对象接收,在set方法中使用了updateTime.clone()方法,因为接收对象反序列化的时候set值updateTime为空,在调用方出现调用异常如下:Request","exception":"org.spring...原创 2018-08-14 11:35:28 · 10883 阅读 · 0 评论 -
启动服务BeanCreationNotAllowedException: Error creating bean with name 'eurekaAutoServiceRegistration':
问题:启动服务注册到eureka server的时候,报如下异常:org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name 'eurekaAutoServiceRegistration': Singleton bean creation not allow...原创 2018-08-07 11:36:14 · 11307 阅读 · 0 评论