Java : How to change default port in Spring Boot ?
Motivation
We wants to change the default port of the spring boot so here we will learn all the possible way to change the port number
NOTE
usually we will use the first two approaches only :)
Property Files
Spring Profiles
Command Line
Using main c...
hashcodehub.hashnode.dev1 min read