Does spring boot use tomcat? : Spring Boot
Answer / Rupesh Tiwari
Spring Boot does not directly use Tomcat. Instead, it embeds an undetermined web server or container (such as Tomcat, Jetty, or Undertow) by default, depending on the specific configuration.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write about core container module?
What is aop in spring javatpoint?
What is transaction management in spring? Explain the different types of transaction management.
What is the difference between responsebody and responseentity?
What are the annotations supported by the spring framework?
What is the difference between doget () dopost () and service () methods?
What are the ways to insert the collection concept in spring?
What is the difference between spring batch and spring boot? : Spring Boot
What is the purpose of @autowired in spring?
What is joinpoint?
Why is spring light weight?
What is tightly coupled?