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 |
Please Share
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 |