Introduction to spring boot
Before we talk about Spring or Spring Boot, first we need to understand about "SERVLET" and "Servlet Container"
Provide foundation for building web applications.
Servlet is a Java Class, which handles client request, process it and return the respo...
paraskaushik.hashnode.dev9 min read