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=7001 |
Refresh |
This website www.w3schools.blog/spring-boot-change-default-tomcat-port is currently offline. Cloudflare\'s Always Online™ shows a snapshot of this web page from the Internet Archive\'s Wayback Machine. To check for the live version, click Refresh. |
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=7001 |