springboot 如何使用本地测试

一、引入测试依赖

  
        
            org.springframework.boot
            spring-boot-starter-test
            test
        

编写测试类

加上注解@SpringBootTest (修饰范围:用在类上,作用:用来启动本地spring环境)    

springboot 如何使用本地测试_第1张图片

 springboot 如何使用本地测试_第2张图片

 

你可能感兴趣的:(spring,boot,java,spring)