I'm trying to create a project New -> Spring Stater Project. then fill the facts then press the finish. After that in POM.xml file shows small red x mark when I open it red x mark at the tag.
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.5.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
Error :
Project build error: Non-resolvable parent POM for com.dasun:HotelReservation:0.0.1-SNAPSHOT: Failure to transfer
org.springframework.boot:spring-boot-starter-parent:pom:2.0.5.RELEASE from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.0.5.RELEASE from/to central (https://repo.maven.apache.org/maven2): connect timed out and 'parent.relativePath' points at no local POM
How to solve this problem? Thanks.

~/.m2/repository/directory, go tocom/dasunand remove / rename theHotelReservationdirectory , and retry - Gautam