-
Notifications
You must be signed in to change notification settings - Fork 0
/
application.log
34 lines (34 loc) · 4.76 KB
/
application.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
2024-06-22 00:48:42 [main] INFO c.e.d.a.AssignmentApplication - Starting AssignmentApplication using Java 22.0.1 with PID 18272 (E:\assignment\target\classes started by Maybeovin in E:\assignment)
2024-06-22 00:48:42 [main] DEBUG c.e.d.a.AssignmentApplication - Running with Spring Boot v3.3.0, Spring v6.1.8
2024-06-22 00:48:42 [main] INFO c.e.d.a.AssignmentApplication - No active profile set, falling back to 1 default profile: "default"
2024-06-22 00:48:50 [main] INFO c.e.d.a.AssignmentApplication - Starting AssignmentApplication using Java 22.0.1 with PID 3712 (E:\assignment\target\classes started by Maybeovin in E:\assignment)
2024-06-22 00:48:50 [main] DEBUG c.e.d.a.AssignmentApplication - Running with Spring Boot v3.3.0, Spring v6.1.8
2024-06-22 00:48:50 [main] INFO c.e.d.a.AssignmentApplication - No active profile set, falling back to 1 default profile: "default"
2024-06-22 00:48:51 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
2024-06-22 00:48:51 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-06-22 00:48:51 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces.
2024-06-22 00:48:52 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8080 (http)
2024-06-22 00:48:52 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
2024-06-22 00:48:52 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.24]
2024-06-22 00:48:52 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2024-06-22 00:48:52 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2112 ms
2024-06-22 00:48:52 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - 9 mappings in 'requestMappingHandlerMapping'
2024-06-22 00:48:52 [main] DEBUG o.s.w.s.h.SimpleUrlHandlerMapping - Patterns [/webjars/**, /**, /swagger-ui*/*swagger-initializer.js, /swagger-ui*/**] in 'resourceHandlerMapping'
2024-06-22 00:48:52 [main] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerAdapter - ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
2024-06-22 00:48:52 [main] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - ControllerAdvice beans: 1 @ExceptionHandler, 1 ResponseBodyAdvice
2024-06-22 00:48:53 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8080 (http) with context path '/'
2024-06-22 00:48:53 [main] INFO c.e.d.a.AssignmentApplication - Started AssignmentApplication in 4.342 seconds (process running for 4.985)
2024-06-22 00:49:01 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-06-22 00:49:01 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
2024-06-22 00:49:01 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected StandardServletMultipartResolver
2024-06-22 00:49:01 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected AcceptHeaderLocaleResolver
2024-06-22 00:49:01 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected FixedThemeResolver
2024-06-22 00:49:01 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@1a72555
2024-06-22 00:49:01 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Detected org.springframework.web.servlet.support.SessionFlashMapManager@13622164
2024-06-22 00:49:01 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data
2024-06-22 00:49:01 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 3 ms
2024-06-22 00:49:01 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - GET "/api/database/schema/users", parameters={}
2024-06-22 00:49:01 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped to com.example.dataparse.assignment.controller.DatabaseController#getTableSchema(String)
2024-06-22 00:49:01 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Using 'application/json', given [*/*] and supported [application/json, application/*+json]
2024-06-22 00:49:01 [http-nio-8080-exec-1] DEBUG o.s.w.s.m.m.a.HttpEntityMethodProcessor - Nothing to write: null body
2024-06-22 00:49:01 [http-nio-8080-exec-1] DEBUG o.s.web.servlet.DispatcherServlet - Completed 400 BAD_REQUEST