Bug|Spring Boot中关于junit报错:Failed to resolve org.junit.plaform:junit-platform-launcher:1.5.

【Bug|Spring Boot中关于junit报错:Failed to resolve org.junit.plaform:junit-platform-launcher:1.5.】具体报错如下:
Bug|Spring Boot中关于junit报错:Failed to resolve org.junit.plaform:junit-platform-launcher:1.5.
文章图片

Bug|Spring Boot中关于junit报错:Failed to resolve org.junit.plaform:junit-platform-launcher:1.5.
文章图片

只需要在pom.xml中加入以下依赖就可以了

org.junit.platform junit-platform-launcher >test

    推荐阅读