前提・実現したいこと
spring boot devtools
version 2.1.2.
spring tool suite4でスタータープロジェクトを作成しています。
発生している問題・エラーメッセージ
pom.xml内のparentタグにエラー プロジェクト・ビルド・エラー: Non-resolvable parent POM for jp.co.xxx.demo:demo:0.0.1-SNAPSHOT: Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.1.2.RELEASE from/to central (https://repo.maven.apache.org/maven2): C:\Users[名前].m2\repository\org\springframework\boot\spring-boot-starter-parent\2.1.2.RELEASE\aether-5bdf8c6f-dc53-4787-b423-7b8729911906-spring-boot-starter-parent-2.1.2.RELEASE.pom-in-progress (指定されたパスが見つかりません。) and 'parent.relativePath' points at no local POM
該当のソースコード
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.1.2.RELEASE</version> <relativePath/> <!-- lookup parent from repository --> </parent>
試したこと
cドライブ下に.m2以下が一切見当たらないです。
削除したなどの心当たりはありません。
再度、インストール立ち上げ等を行いました。
参考書を見ながら構築していましたが、
見落とし等は特になく、なぜこのようなことになっているのかがわかりません。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
あなたの回答
tips
プレビュー