How to Change the Default Port in Spring Boot

Hello Friends!, We are going to learn how to change Spring Boot Application Port.By Default Spring Boot application runs on embedded Tomcat Server on port 8080 In this tutorial, we will cover common ways to change port number of embedded server. you can check our other post on the Maven project, on how to create Spring … Read more