SpringJUnit4ClassRunner class not found

前端 未结 7 786
长发绾君心
长发绾君心 2021-01-07 18:16

i am trying to create a unit test using SpringJUnit4ClassRunner but everytime i execute the test it says it cannot find SpringJUnit4ClassRunner using mvn install.

         


        
7条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-07 18:42

    FYI, Add this in your pom.xml

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

提交回复
热议问题