Springboot 启动时Bean初始化,启动异常-Assert.isTrue(condition,message) 报错

Posted wenfan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Springboot 启动时Bean初始化,启动异常-Assert.isTrue(condition,message) 报错相关的知识,希望对你有一定的参考价值。

Springboot 启动时Bean初始化启动异常Assert.isTrue(condition,message) 报错,如果 condition为false 则会出现

java.lang.IllegalArgumentException: message,

org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘XXXXXX’ defined in class path resource 异常

总结: 

@Configuration 注解中定义bean, @Bean 如果Bean中出现异常则会立即抛出,终止springboot启动

以上是关于Springboot 启动时Bean初始化,启动异常-Assert.isTrue(condition,message) 报错的主要内容,如果未能解决你的问题,请参考以下文章

springboot工程启动报错 hibernate初始化创建bean失败

spring boot启动找不到ServletWebServerFactory bean

(转)Spring Boot启动过程 和 Bean初始化过程中的拓展接口详解

SpringBoot:Spring容器的启动过程

SpringBoot启动及自动装配原理

企业分布式微服务云SpringCloud SpringBoot mybatis (十八)springboot在启动时注入了哪些bean