SpringBootを勉強しようとEclipseをダウンロードして「SpringBootスタータープロジェクト」を選択して新規作成したのですが、作成した瞬間にpom.xmlでエラーが出ていて
そのエラーが14行目の<parent>で
説明 リソース パス ロケーション タイプ
プロジェクト・ビルド・エラー: Non-resolvable parent POM for com.example:Sample:0.0.1-SNAPSHOT: Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.6.4 from/to central (https://repo.maven.apache.org/maven2): C:\Users\(ユーザーの名前).m2\repository\org\springframework\boot\spring-boot-starter-parent\2.6.4\aether-ba78cf5f-6619-42a0-a3c6-5ec0b8298f74-spring-boot-starter-parent-2.6.4.pom-in-progress (指定されたパスが見つかりません。) and 'parent.relativePath' points at no local POM pom.xml /Sample 行 5 Maven pom ロード問題
とエラーが出ていて詰まっています
色々調べているのですがわからず、よろしくお願いします

あなたの回答
tips
プレビュー