19:55:23.759 [http-nio-8080-exec-25] DEBUG o.s.web.servlet.DispatcherServlet - Completed 404 NOT_FOUND
19:55:23.759 [http-nio-8080-exec-25] DEBUG o.s.web.servlet.DispatcherServlet - "ERROR" dispatch for GET "/error", parameters={}
19:55:23.759 [http-nio-8080-exec-25] DEBUG s.d.s.w.PropertySourcedRequestMappingHandlerMapping - looking up handler for path: /error
19:55:23.759 [http-nio-8080-exec-25] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#error(HttpServletRequest)
19:55:23.759 [http-nio-8080-exec-25] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [application/json, text/javascript, /;q=0.01] and supported [application/json, application/+json, application/json, application/+json]
19:55:23.759 [http-nio-8080-exec-25] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Writing [{timestamp=Thu Jul 08 19:55:23 CST 2021, status=404, error=Not Found, message=No message available, (truncated)...]
19:55:23.759 [http-nio-8080-exec-25] DEBUG o.s.web.servlet.DispatcherServlet - Exiting from "ERROR" dispatch, status 404
19:55:23.763 [http-nio-8080-exec-26] DEBUG o.s.web.servlet.DispatcherServlet - GET "/null/swagger-resources/configuration/ui", parameters={}
19:55:23.763 [http-nio-8080-exec-26] DEBUG s.d.s.w.PropertySourcedRequestMappingHandlerMapping - looking up handler for path: /null/swagger-resources/configuration/ui
19:55:23.763 [http-nio-8080-exec-26] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Mapped to ResourceHttpRequestHandler ["classpath:/META-INF/resources/", "classpath:/resources/", "classpath:/static/", "classpath:/public/", "/"]
19:55:23.764 [http-nio-8080-exec-26] DEBUG o.s.w.s.r.ResourceHttpRequestHandler - Resource not found
spring boot项目启动时,控制台不停的输出log日志 启动的重复内容如下
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-