Spring boot change default tomcat port by Default HTTP port in spring boot application is 8080. We can change it by overriding the default port in the application.properties file. server.port=7001server.port=7001