关于Springboot单元测试类启动失败

单元测试类问题 在Test包下面创建一个webTest时启动报错

java.lang.IllegalStateException: Found multiple @SpringBootConfiguration annotated classes [Generic bean: class=com.example.chapter01.Chapter01ApplicationTest; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; fallback=false; factoryBeanName=null; factoryMethodName=null; initMethodNames=null; destroyMethodNames=null; defined in file [C:\Users\gaoqiming\IdeaProjects\Chapter01Application\target\test-classes\com\example\chapter01\Chapter01ApplicationTest.class], Generic bean: class=com.example.chapter01.Chapter01Application; scope=; abstract=false; lazyInit=null; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; fallback=false; factoryBeanName=null; factoryMethodName=null; initMethodNames=null; destroyMethodNames=null; defined in file [C:\Users\gaoqiming\IdeaProjects\Chapter01Application\target\classes\com\example\chapter01\Chapter01Application.class]]

错误原因是在运行测试时,Spring发现了两个带有@SpringBootConfiguration注解的类,分别是Chapter01ApplicationTests和Chapter01Application。这导致Spring无法确定使用哪个配置类,从而抛出异常。

解决方法删掉Chapter01ApplicationTests 启动运行成功

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值