# LOGS spring-boot 2.5.6 without src/main/resources/static/bogus.txt 2021-10-26 21:14:18.549 DEBUG 31436 --- [nio-8080-exec-3] o.s.w.s.DispatcherServlet : GET "/app/", parameters={} 2021-10-26 21:14:18.557 DEBUG 31436 --- [nio-8080-exec-3] o.s.b.a.w.s.WelcomePageHandlerMapping : Mapped to ParameterizableViewController [view="forward:index.html"] 2021-10-26 21:14:18.557 DEBUG 31436 --- [nio-8080-exec-3] o.s.w.s.v.ContentNegotiatingViewResolver : Selected 'text/html' given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, application/signed-exchange;v=b3;q=0.9, */*;q=0.8] 2021-10-26 21:14:18.557 DEBUG 31436 --- [nio-8080-exec-3] o.s.w.s.v.InternalResourceView : View name 'forward:', model {} 2021-10-26 21:14:18.557 DEBUG 31436 --- [nio-8080-exec-3] o.s.w.s.v.InternalResourceView : Forwarding to [index.html] 2021-10-26 21:14:18.557 DEBUG 31436 --- [nio-8080-exec-3] o.s.w.s.DispatcherServlet : "FORWARD" dispatch for GET "/app/index.html", parameters={} 2021-10-26 21:14:18.557 DEBUG 31436 --- [nio-8080-exec-3] o.s.w.s.h.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], ServletContext [/]] 2021-10-26 21:14:18.557 DEBUG 31436 --- [nio-8080-exec-3] o.s.w.s.r.ResourceHttpRequestHandler : Resource not found 2021-10-26 21:14:18.557 DEBUG 31436 --- [nio-8080-exec-3] o.s.w.s.DispatcherServlet : Exiting from "FORWARD" dispatch, status 404 2021-10-26 21:14:18.557 DEBUG 31436 --- [nio-8080-exec-3] o.s.w.s.DispatcherServlet : Completed 404 NOT_FOUND 2021-10-26 21:14:18.557 DEBUG 31436 --- [nio-8080-exec-3] o.s.w.s.DispatcherServlet : "ERROR" dispatch for GET "/app/error", parameters={} 2021-10-26 21:14:18.565 DEBUG 31436 --- [nio-8080-exec-3] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#errorHtml(HttpServletRequest, HttpServletResponse) 2021-10-26 21:14:18.565 DEBUG 31436 --- [nio-8080-exec-3] o.s.w.s.v.ContentNegotiatingViewResolver : Selected 'text/html' given [text/html, text/html;q=0.8] 2021-10-26 21:14:18.565 DEBUG 31436 --- [nio-8080-exec-3] o.s.w.s.DispatcherServlet : Exiting from "ERROR" dispatch, status 404 # LOGS spring-boot 2.5.6 with src/main/resources/static/bogus.txt 2021-10-26 21:18:23.913 DEBUG 40820 --- [nio-8080-exec-1] o.s.w.s.DispatcherServlet : GET "/app/", parameters={} 2021-10-26 21:18:23.929 DEBUG 40820 --- [nio-8080-exec-1] o.s.b.a.w.s.WelcomePageHandlerMapping : Mapped to ParameterizableViewController [view="forward:index.html"] 2021-10-26 21:18:23.955 DEBUG 40820 --- [nio-8080-exec-1] o.s.w.s.v.ContentNegotiatingViewResolver : Selected 'text/html' given [text/html, application/xhtml+xml, image/avif, image/webp, image/apng, application/xml;q=0.9, application/signed-exchange;v=b3;q=0.9, */*;q=0.8] 2021-10-26 21:18:23.955 DEBUG 40820 --- [nio-8080-exec-1] o.s.w.s.v.InternalResourceView : View name 'forward:', model {} 2021-10-26 21:18:23.955 DEBUG 40820 --- [nio-8080-exec-1] o.s.w.s.v.InternalResourceView : Forwarding to [index.html] 2021-10-26 21:18:23.955 DEBUG 40820 --- [nio-8080-exec-1] o.s.w.s.DispatcherServlet : "FORWARD" dispatch for GET "/app/index.html", parameters={} 2021-10-26 21:18:23.966 DEBUG 40820 --- [nio-8080-exec-1] o.s.w.s.h.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [static/], ServletContext [/]] 2021-10-26 21:18:23.986 DEBUG 40820 --- [nio-8080-exec-1] o.s.w.s.DispatcherServlet : Exiting from "FORWARD" dispatch, status 200 2021-10-26 21:18:23.994 DEBUG 40820 --- [nio-8080-exec-1] o.s.w.s.DispatcherServlet : Completed 200 OK 2021-10-26 21:18:24.056 DEBUG 40820 --- [nio-8080-exec-2] o.s.w.s.DispatcherServlet : GET "/app/styles.47e6bc805ea2a71ed99d.css", parameters={} 2021-10-26 21:18:24.056 DEBUG 40820 --- [nio-8080-exec-3] o.s.w.s.DispatcherServlet : GET "/app/runtime.ff53f56cb02c48778356.js", parameters={} 2021-10-26 21:18:24.064 DEBUG 40820 --- [nio-8080-exec-2] o.s.w.s.h.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [static/], ServletContext [/]] 2021-10-26 21:18:24.064 DEBUG 40820 --- [nio-8080-exec-3] o.s.w.s.h.SimpleUrlHandlerMapping : Mapped to ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [static/], ServletContext [/]] 2021-10-26 21:18:24.077 DEBUG 40820 --- [nio-8080-exec-3] o.s.w.s.DispatcherServlet : Completed 200 OK