123456789101112131415161718 |
- 2022-09-23 18:53:17.567 [main] INFO com.qy.worksheetsystem.WorkSheetSystemApplication - Starting WorkSheetSystemApplication using Java 1.8.0_332 on DESKTOP-7ME3AFM with PID 31956 (D:\git\code\y赢时胜\workSheetSystem\target\classes started by lhbj in D:\git\code\y赢时胜\workSheetSystem)
- 2022-09-23 18:53:17.572 [main] INFO com.qy.worksheetsystem.WorkSheetSystemApplication - No active profile set, falling back to default profiles: default
- 2022-09-23 18:53:18.449 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 9090 (http)
- 2022-09-23 18:53:18.455 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-9090"]
- 2022-09-23 18:53:18.455 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
- 2022-09-23 18:53:18.455 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.55]
- 2022-09-23 18:53:18.522 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
- 2022-09-23 18:53:18.522 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 918 ms
- 2022-09-23 18:53:19.088 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
- 2022-09-23 18:53:19.271 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-9090"]
- 2022-09-23 18:53:19.287 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 9090 (http) with context path ''
- 2022-09-23 18:53:19.287 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Context refreshed
- 2022-09-23 18:53:19.297 [main] INFO s.d.s.web.plugins.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
- 2022-09-23 18:53:19.319 [main] INFO s.d.spring.web.scanners.ApiListingReferenceScanner - Scanning for api listing references
- 2022-09-23 18:53:19.489 [main] INFO com.qy.worksheetsystem.WorkSheetSystemApplication - Started WorkSheetSystemApplication in 2.234 seconds (JVM running for 4.055)
- 2022-09-23 18:53:53.826 [http-nio-9090-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
- 2022-09-23 18:53:53.826 [http-nio-9090-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
- 2022-09-23 18:53:53.827 [http-nio-9090-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 1 ms
|