Spring boot web app configuration
As we discussed in earlier tutorials that spring boot will take care of all boilerplate code, so it will provide all configurations automatically. But we can change the default configurations. Spring boot change default tomcat port Default HTTP port in spring boot application is 8080. We can change it by overriding the default port in … Read more