maven子模块(SpringBoot)存在依赖,如何做junit单元测试?

隋唐英雄排名2022-10-01  19

Maven子模块(SpringBoot)有依赖关系。junit单元测试怎么做?Maven子模块(SpringBoot)有依赖关系。junit单元测试怎么做?简介:如果没有多个模块,很简单。只需添加两个注释: @RunWith(SpringRunner.class) @SpringBootTest 但是,在多模块中这样做将会报告找不到Spring上下文的错误。
转载请注明原文地址:https://juke.outofmemory.cn/read/1868916.html

最新回复(0)