this is my first time ever working with a framework, I decided to learn Spring Boot to create a web app project. I have followed some tutorials, and the steps were (for most of the videos):
- go to start.spring.io, add the "Spring Web" dependency, select Maven project and then download the zip file.
- import the project on IntelliJ as a Maven project.
But the problem is that, as shown in the screenshots: it says: Cannot resolve symbol 'springframework' screenshot 1 and as for the POM file, "Failure to transfer org.springframework.boot:spring-boot-starter-parent:pom:2.5.2 from https://repo.maven.apache.org/maven2 was cached in the local repository"
as well as: Project '...' not found Dependency '...' not found Plugin '...' not found screenshot 2
Please let me know, what steps did I miss. Thank you