Spring boot 没有测试类Test springbootstartertest_angel的技术...
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...