This article is going to introduce how to set up a Spring Web project on Eclipse.
There are two ways to initial the project, one is to create a gradle project, the other way is to create a dynamic web project and then convert to gradle project.
I prefer to use second way, because it can start tomcat server easily.
Continue reading “Spring Boot+Tomcat+Gradle on Eclipse”
