
How to change server port in spring boot
Spring boot web application using embedded server by default runs on port 8080. Following are the ways to change default server port from 8080 to say 9090
Follow any of the given five ways to change server port:-