@Runwith注解不能使用的问题

报错示:

@Runwith注解不能使用的问题_第1张图片

@Runwith注解不能使用 需要引入依赖坐标

解决办法:在pom.xml中要有下面两个依赖


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


     junit
     junit
     4.13
 

 

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