微服务调用报错org.springframework.web.client.HttpClientErrorException$BadRequest: 400 null 微服务调用报错具体如下: org.springframework.web.client.HttpClientErrorException$BadRequest: 400 null 原因是因为调用时请求... 2019年11月12日 SpringCloud 浏览量:8,468 次 发表评论 阅读全文
微服务调用报错Request processing failed; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 null 微服务调用具体报错如下: org.springframework.web.util.NestedServletException: Request processing failed; nested ... 2019年11月11日 SpringCloud 浏览量:6,246 次 发表评论 阅读全文
SpringCloudXXL-JOB注册成功但是在管理界面里不显示 这两天在学习和使用XXL-JOB,按照官方的教程搭好了调度中心和执行器项目,但是管理界面里只显示出了官方示例的执行器,没有显示出我新建的springboot工程的执行器,我看了数据库,发现在xxl_j... 2019年7月20日 浏览量:3,228 次 发表评论 阅读全文
SpringBoot工程配置nacos报错Error creating bean with name ‘nacosConfigProperties’:Could not resolve placeholder ‘spring.application.name’ in value “${spring.application.name}” 按照nacos官网的教程配置nacos时报错如下: Caused by: org.springframework.beans.factory.UnsatisfiedDependencyExceptio... 2019年7月10日 SpringBoot 浏览量:19,376 次 发表评论 阅读全文
Spring Cloud Hystrix Dashboard访问/actuator/hystrix.stream出现Whitelabel Error Page的解决方法 首先,Spring Cloud Hystrix Dashboard的首页是可以访问的,客户端的接口是http://localhost:5667/hello,现在访问http://localhost:5... 2019年4月11日 SpringCloud 浏览量:1,664 次 发表评论 阅读全文
访问http://localhost:6666/时报错:网页可能暂时无法连接,或者它已永久性地移动到了新网址。 最近在用Spring的Zuul和Eureka弄集群,很奇怪的是用Zuul访问时能访问到localhost:6666,但是在chrome里直接访问http://localhost:6666/时就报错如下... 2019年2月28日 SpringCloud 浏览量:3,648 次 发表评论 阅读全文
getForObject访问接口报错org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 null 用restTemplate.getForObject访问认证服务器的接口/check/token时报错 org.springframework.web.client.HttpClientErrorEx... 2019年2月19日 SpringCloud 浏览量:2,952 次 发表评论 阅读全文