Can we disable the default web server in the Spring Boot application?
程序员文章站
2022-03-24 19:01:34
...
The major strong point in Spring is to provide flexibility to build your application loosely coupled. Spring provides features to disable the web server in a quick configuration. Yes, we can use the application.properties to configure the web application type, i.e. spring.main.web-application-type=none
.