Technical Interview Preparation

Get hired by top tech companies with our comprehensive interview preparation.

Get Started

Category: Java

Java

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 […]

Do NOT follow this link or you will be banned from the site!