spring-boot-starter-test没有 文心快码BaiduComate 针对你提出的“spring-boot-starter-test没有”的问题,这里有几个可能的解决方案,你可以按照以下步骤逐一尝试: 检查依赖是否已添加: 首先,确保你的项目中已经添加了spring-boot-starter-test依赖。这通常是在pom.xml(对于Maven项目)或build.gradle(对于Gradle项目)...
Spring Boot未测试提供了一个名为spring-boot-starter-test的Starter。使用Spring Initializr创建Spring Boot应用时,将自动添加spring-boot-starter-test依赖。这样在测试时,就没有必要再添加额外的jar包。 spring-boot-starter-test主要提供了以下测试库。 JNnit:标准的单元测试Java应用程序 Spring Test&Spring Boot Test...