Change Port of Spring Boot
Step 1 : Run the project with default Port,
note: i am using existing Hello Wolrd Project for this use case, if you need please ref this video(Spring Boot Hello World : • EP-1a spring boot hello world example... )
Step 1 : open application.properties file
Step 2 : write down server.port=8181 (default port number is 8080)
Step 3 : Run the project
How to Change the Default Port in Spring Boot
Spring Boot Change Port
How to configure port for a Spring Boot application
Spring Boot Change Port for Web Application
In Springboot, is there any way to change the port
Spring Boot - Change Port
How to change port in spring boot
Configuring Custom Port for Spring Boot Application
Start Spring Boot Application on Different Port Number