Mastering Springboot :1.3
How does a Web Server works in Spring Boot?
Introduction
When you write a Spring Boot REST API, you usually focus on:
Controllers
Services
Repositories
But have you ever stopped and asked:
Who receives the HTTP request first?
What role does T...
springboot-series.hashnode.dev6 min read