Tag: how to change default port in spring boot


  • Spring boot change default port of server

    By default, Spring boot applications start with embedded tomcat server start on default port 8080. We can change default server port to any other port, using any one of below technique. 1. Update default spring boot server port from application properties file We can do parcels of brilliant things by basically making few passages in application properties record in any spring boot application. Changing server port is one…