【Java】Springboot 添加 test 模块的问题
添加完
<dependency><groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
就出现问题
移除以好了,求解!
回答
以上是 【Java】Springboot 添加 test 模块的问题 的全部内容, 来源链接: utcz.com/a/88602.html