Change Port in Spring Boot Application

Spring Boot

This Java article describes how to configure and change the default HTTP port of an embedded Tomcat server in a Spring Boot application.

Option-1] Add/Change below line in application.properties file

OR in application.yml

Option-2] Modify a VM Option or Run Configuration

Share This Post On: