1.

Can the default web server in the Spring Boot application be disabled?

Answer»

Yes! APPLICATION.properties is used to CONFIGURE the WEB application type, by MENTIONING spring.main.web-application-type=none.



Discussion

No Comment Found