Tag: server port
Spring Boot – How to Change Default Tomcat Server Port
by  Java4s | 5 Comments
  [ Ask Question ]
In our previous RESTful example, when we start the application Spring Boot’s inbuilt tomcat server by default will take 8080 as its port number, did you observe that 🙂 go back and have a look once. In this article, I…