Configure port in a Spring Boot application
This post will discuss how to change the server port for a Spring Boot application to listens to HTTP requests. By default, the embedded server of a Spring Boot application listens for HTTP requests on port 8080. If your application fails to start on port 8080, that means that port is already in use, and […]