0

I am new to Spring MVC and have just started learning it using video tutorials. I am using the latest version of Spring Tool suite I am struck at a problem, and no solutions is working I had to add the dependency "org.springframework spring-webmvc" but it is not showing in the search result in the add dependency section

I searched on stackoverflow and tried the following solutions:

Eclipse : Maven search dependencies doesn't work

Classic error: Unable to update index for central|http://repo1.maven.org/maven2 but none of them is working fro me

Here is a pic of Error: Unable to update index for central|http://repo1.maven.org/maven2

the updating index box keeps loading but nothing gets downloaded. Please help me

Community
  • 1
  • 1

1 Answers1

0

Assuming you have maven installed correctly, to get eclipse to access the maven index you need to go Window->Preferences filter for maven then tick

Download repository index in startup.
Essex Boy
  • 7,565
  • 2
  • 21
  • 24