Does spring boot need tomcat? : Spring Boot
Answer / Ved Pratap Singh
No, Spring Boot does not always require Tomcat as an embedded server is provided by default (Tomcat, Jetty or Undertow). However, you can choose to use Tomcat if required.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of @autowired in spring?
What is jdbc template in spring?
What is the difference between java singleton and spring singleton?
What is autoproxy in spring?
What is the advantage of dependency injection in spring?
Explain the main aop concepts and terminology.
In spring, what is weaving?
What does a spring bean definition contain?
What is @componentscan?
What is the application context in spring?
What is retention annotation?
In how many ways can dependency injection be done?