Change Spring Boot server port
This tutorial will show you three different ways to change Spring Boot server port from its default 8080 to any other port you like.
The following steps are agnostic to your current Spring Boot’s embedded server, it should not make any difference whether you are using Tomcat, Jetty or Undertow.
Read More »Change Spring Boot server port