springboot junit Unit-Testing(via spring-boot-starter-test)
SpringBootTestingSpringBoot默认提供了一系列实用工具和Annotation注释来帮助您测试应用,可以用来做单元测试UnitTesting。测试支持由两个模块提供:spring-boot-test包含核心项,spring-boot-test-autoconfigure支持测试的自动配置。大多数开发人员使用spring-boot-starter-test的Starter模块,