#跑测

加快spring boot应用跑测试用例的速度

@SpringBootTest(webEnvironment=SpringBootTest.WebEnvironment.NONE,classes={HelloService.impl})//这样每个测试方法完成的时候就不会重复重启springboot...