
Spring Boot
文章平均质量分 69
回归心灵
这个作者很懒,什么都没留下…
展开
-
spring cloud gateway 并发问题:java.lang.NullPointerException: null
spring cloud gateway 并发问题:java.lang.NullPointerException: null原创 2022-03-13 01:28:46 · 6664 阅读 · 0 评论 -
spring boot 项目启动 com.netflix.hystrix.exception.HystrixRuntimeException:timed-out and fallback failed
spring boot 项目启动异常 com.netflix.hystrix.exception.HystrixRuntimeException:timed-out and fallback failed原创 2022-03-04 15:07:30 · 1599 阅读 · 0 评论 -
Spring boot 异常处理详解
1. 概述本文主要讲解使用Spring boot框架进行web开发时如何进行异常处理。先分析默认的处理方式,然后再叙述如何自定义异常处理。在具体的分析之前,先看一下异常处理的整体图: 点击看大图2. 默认异常处理Spring boot提供了默认的处理异常方式,当出现异常时就会默认映射到 “/error”。处理原创 2018-01-07 17:23:34 · 3597 阅读 · 0 评论 -
spring boot 错误处理
本文是Spring boot官方文档Error Handling部分的译文另一篇博客更详细的讲解了其内在原理及应用。(http://blog.youkuaiyun.com/u010657094/article/details/78993929)27.1.9 Error HandlingSpring Boot provides an /error mapping by default that ha翻译 2017-12-15 21:02:58 · 7309 阅读 · 1 评论 -
Spring boot 项目提示某一类型的 bean 找不到
现象项目启动输出:Description:Field pushTokenDao in com.bullyun.rule.core.strategy.AppMsgActionStrategy required a bean of type 'com.manniu.rds.api.PushTokenDao' that could not be found.Action:Conside...原创 2019-09-24 09:19:28 · 4402 阅读 · 0 评论