SpringBootテストを行うと、Resolving Maven dependenciesに常に詰まっています...ソリューション
2820 ワード
この问题に遭遇したかどうか、テストの时ずっとResolving Maven dependencies...ボックス内で実はずっとJunit 5依存のjarパッケージをダウンロードして、ダウンロードできないのでカードが死んでしまいました.この場合pomに2つの依存を手動でインポートする必要があります
OK、完璧に解決!
<dependency>
<groupId>org.junit.platformgroupId>
<artifactId>junit-platform-launcherartifactId>
<scope>testscope>
dependency>
<dependency>
<groupId>junitgroupId>
<artifactId>junitartifactId>
<scope>testscope>
dependency>
OK、完璧に解決!