How request flow work in spring boot
How request flow work in spring boot
All request will be detect by dispatcher servlet which is defined as autoconfiguration in spring boot
on console you can find servlet mapping information
Dispatcher Servlet configuraiton @DispatcherServletAutoConfiguration in spring boot see on below below screen