欢迎光临!
登录
  • 设置菜单

ZPY博客

JAVA架构师之路

×
MENU
  • Java基础
    • Java
    • jquery
    • Java多线程
    • mysql
    • oracle
    • mybatis
    • 设计模式
    • 计算机底层
  • Spring相关
    • Spring
    • thymeleaf
    • SpringBoot
    • Spring Security
    • SpringCloud
    • Spring Cloud Gateway
  • 分布式相关
    • 全文检索
    • 消息中间件
    • 缓存
    • Apollo
    • Hadoop
    • 分库分表
    • Sentinel
    • zipkin
  • 前端相关
    • ajax
    • FreeMarker
    • html5
    • css
    • php
    • android
    • app
    • angular
    • ng-zorro
    • Vue
    • ionic
    • cordova
    • 微信公众号
    • 微信小程序
  • 工具相关
    • cron
    • eclipse
    • IntelliJ IDEA
    • git
    • gitLab
    • jenkins
    • nexus
    • samba
    • maven
    • mac
    • linux
    • wordpress
  • 资源下载
    • 音乐下载
    • 电影下载
    • 小说下载
  • 其它
    • 海外主机
    • 股票
    • 工作流引擎
    • 爬虫
    • IT用英语单词
首页SpringCloud文章

微服务调用报错org.springframework.web.client.HttpClientErrorException$BadRequest: 400 null

微服务调用报错具体如下: org.springframework.web.client.HttpClientErrorException$BadRequest: 400 null 原因是因为调用时请求...
2019年11月12日 SpringCloud 浏览量:7,552 次 发表评论
阅读全文

微服务调用报错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 浏览量:4,835 次 发表评论
阅读全文
XXL-JOB注册成功但是在管理界面里不显示 SpringCloud

XXL-JOB注册成功但是在管理界面里不显示

这两天在学习和使用XXL-JOB,按照官方的教程搭好了调度中心和执行器项目,但是管理界面里只显示出了官方示例的执行器,没有显示出我新建的springboot工程的执行器,我看了数据库,发现在xxl_j...
2019年7月20日 浏览量:2,701 次 发表评论
阅读全文

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 浏览量:13,575 次 发表评论
阅读全文

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,319 次 发表评论
阅读全文

访问http://localhost:6666/时报错:网页可能暂时无法连接,或者它已永久性地移动到了新网址。

最近在用Spring的Zuul和Eureka弄集群,很奇怪的是用Zuul访问时能访问到localhost:6666,但是在chrome里直接访问http://localhost:6666/时就报错如下...
2019年2月28日 SpringCloud 浏览量:2,928 次 发表评论
阅读全文

getForObject访问接口报错org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 null

用restTemplate.getForObject访问认证服务器的接口/check/token时报错 org.springframework.web.client.HttpClientErrorEx...
2019年2月19日 SpringCloud 浏览量:2,320 次 发表评论
阅读全文

全部热门文章

  • idea反编译失败 /* compiled code */的解决方法idea反编译失败 /* compiled code */的解决方法08/21 浏览量:3,790 次
  • 胡66-后来遇见他.mp3百度云下载胡66-后来遇见他.mp3百度云下载07/03 浏览量:3,737 次
  • 使用FastJson转换为Json字符串后导致@Jsonformat注解失效问题解决使用FastJson转换为Json字符串后导致@Jsonformat注解失效问题解决07/28 浏览量:2,750 次
  • Spring源码spring-core编译报错Error:Kotlin: [Internal Error] java.lang.LinkageError: loader constraint violation: loader... with name Spring源码spring-core编译报错Error:Kotlin: [Internal Error] java.lang.LinkageError: loader constraint violation: loader… with name “kotlin/sequences/Sequence”08/24 浏览量:2,108 次
  • SpringBoot注解中属性实现动态配置SpringBoot注解中属性实现动态配置06/29 浏览量:2,003 次

近期热门文章

  • 2022狂飙全集1080P迅雷下载2022狂飙全集1080P迅雷下载02/25 浏览量:372 次

热评文章

  • 2022狂飙全集1080P迅雷下载 2022狂飙全集1080P迅雷下载 02/25 7

随机文章

  • 微服务调用报错org.springframework.web.client.HttpClientErrorException$BadRequest: 400 null 微服务调用报错org.springframework.web.client.HttpClientErrorException$BadRequest: 400 null 11/12 浏览量:7,552 次
  • 访问http://localhost:6666/时报错:网页可能暂时无法连接,或者它已永久性地移动到了新网址。 访问http://localhost:6666/时报错:网页可能暂时无法连接,或者它已永久性地移动到了新网址。 02/28 浏览量:2,928 次
  • SpringBoot工程配置nacos报错Error creating bean with name 'nacosConfigProperties':Could not resolve placeholder 'spring.application.name' in value SpringBoot工程配置nacos报错Error creating bean with name ‘nacosConfigProperties’:Could not resolve placeholder ‘spring.application.name’ in value “${spring.application.name}” 07/10 浏览量:13,575 次
  • 微服务调用报错Request processing failed; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 null 微服务调用报错Request processing failed; nested exception is org.springframework.web.client.HttpClientErrorException$NotFound: 404 null 11/11 浏览量:4,835 次
  • getForObject访问接口报错org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 null getForObject访问接口报错org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 null 02/19 浏览量:2,320 次
Copyright ©  zpy博客  版权所有.

登录 找回密码

输入用户名或电子邮箱地址,您会收到一封新密码链接的电子邮件。

  • 文章目录
  • 繁