When I was configuring Tomcat Server in SpringSource Tool Suite, I got the following error: The Apache Tomcat installation at this directory is version 8.5.5. A Tomcat 8.0 installation is expected. This is basically the problem with Tomcat it…
Category: Spring
Shortcut for organizing Imports in Spring STS
Whenever you are writing OOP, basic thing you will do is to create many types and create instances of the types in other classes. And unless we import the types in the code, you will see unresolved references error. Instead…