I am getting the following error, when i tried to create my first application in Spring Tool Suite:
Multiple markers at this line - The
Your maven cache is corrupted. To resolve this problem, follow the steps below:
Run the command
mvn dependency:purge-local-repository
If you receive build successful message, means the error has been resolved.
If error is still there, delete your (~/.m2/repository/org/springframework) folder and run
mvn package
It will work properly now.