How to run Use eclipse maven import Add tomcat service and add this project GET http://localhost:8080/simple-spring-mvc/Orders/query?name=fjd&age=1 You will get { name: fjd, age : 1 } Where is program entrance? See DispatcherServlet.java init()