When trying to create a console application using Spring Boot, the @Override annotation is highlighted in red. All the necessary libraries are connected, I do not understand what the problem may be.
Screenshot:
When trying to create a console application using Spring Boot, the @Override annotation is highlighted in red. All the necessary libraries are connected, I do not understand what the problem may be.
Screenshot:
The problem is solved. It was necessary to update the JRE System Library. The error was because there was a J2SE 1.5 library. Alt+F5 keyboard shortcut to update the project. The library has been updated to Java SE 1.8.