InterviewSolution
Saved Bookmarks
| 1. |
Can we disable the default web server in the Spring boot application? |
|
Answer» YES, we can use application.properties to CONFIGURE the WEB application TYPE i.e spring.main.web-application-type=none. |
|