Does spring boot use dispatcher servlet? : Spring Boot
Answer / Ashutosh Jha
Spring Boot does not require explicit configuration of the DispatcherServlet, as it is automatically configured by default when a web application context is created.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between static and singleton class?
What is the implementation of the bean factory container?
Which is the best way of injecting beans and why ?
Explain the concept of a beanfactory?
What is postconstruct?
What is spring configuration file?
Is dependency injection necessary?
Describe aop.
What is repository model?
How many ways can you make beans in spring?
Can we learn spring boot without spring? : Spring Boot
What is @pathparam?