What is the difference between spring and spring boot
Answers
Answered by
5
The basic difference in bootstrapping of an application in Spring and Spring Boot lies with the servlet. Spring uses either the web. xml or SpringServletContainerInitializer as its bootstrap entry point. On the other hand, Spring Boot uses only Servlet 3 features to bootstrap an application.
Similar questions