You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
16 KiB

2024-02-21 18:30:36.564 INFO [main] cn.jflow.boot.JFlowApplication - [org.springframework.boot.StartupInfoLogger : logStarting : 55] - Starting JFlowApplication on LAPTOP-ST9C1ORS with PID 19632 (E:\workspace_3\JFlow\H5\jflow-web\target\classes started by Denim in E:\workspace_3\JFlow)
2024-02-21 18:30:36.568 INFO [main] cn.jflow.boot.JFlowApplication - [org.springframework.boot.SpringApplication : logStartupProfileInfo : 652] - The following profiles are active: mysql
2024-02-21 18:30:38.148 INFO [main] o.s.boot.web.embedded.tomcat.TomcatWebServer - [org.springframework.boot.web.embedded.tomcat.TomcatWebServer : initialize : 108] - Tomcat initialized with port(s): 8009 (http)
2024-02-21 18:30:38.157 INFO [main] org.apache.catalina.core.StandardService - [org.apache.juli.logging.DirectJDKLog : log : 173] - Starting service [Tomcat]
2024-02-21 18:30:38.158 INFO [main] org.apache.catalina.core.StandardEngine - [org.apache.juli.logging.DirectJDKLog : log : 173] - Starting Servlet engine: [Apache Tomcat/9.0.46]
2024-02-21 18:30:38.265 INFO [main] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - [org.apache.juli.logging.DirectJDKLog : log : 173] - Initializing Spring embedded WebApplicationContext
2024-02-21 18:30:38.265 INFO [main] o.s.b.w.s.c.ServletWebServerApplicationContext - [org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext : prepareWebApplicationContext : 285] - Root WebApplicationContext: initialization completed in 1651 ms
2024-02-21 18:30:38.653 INFO [main] s.d.s.w.PropertySourcedRequestMappingHandlerMapping - [springfox.documentation.spring.web.PropertySourcedRequestMappingHandlerMapping : initHandlerMethods : 69] - Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2024-02-21 18:30:38.726 INFO [main] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport : initialize : 181] - Initializing ExecutorService 'applicationTaskExecutor'
2024-02-21 18:30:38.937 INFO [main] o.s.boot.web.embedded.tomcat.TomcatWebServer - [org.springframework.boot.web.embedded.tomcat.TomcatWebServer : start : 220] - Tomcat started on port(s): 8009 (http) with context path ''
2024-02-21 18:30:38.938 INFO [main] s.d.s.web.plugins.DocumentationPluginsBootstrapper - [springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper : start : 160] - Context refreshed
2024-02-21 18:30:38.953 INFO [main] s.d.s.web.plugins.DocumentationPluginsBootstrapper - [springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper : start : 163] - Found 1 custom documentation plugin(s)
2024-02-21 18:30:38.980 INFO [main] s.d.spring.web.scanners.ApiListingReferenceScanner - [springfox.documentation.spring.web.scanners.ApiListingReferenceScanner : scan : 41] - Scanning for api listing references
2024-02-21 18:30:39.125 INFO [main] cn.jflow.boot.JFlowApplication - [org.springframework.boot.StartupInfoLogger : logStarted : 61] - Started JFlowApplication in 3.319 seconds (JVM running for 5.519)
2024-02-21 18:30:49.441 INFO [http-nio-8009-exec-1] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - [org.apache.juli.logging.DirectJDKLog : log : 173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-02-21 18:30:49.442 INFO [http-nio-8009-exec-1] org.springframework.web.servlet.DispatcherServlet - [org.springframework.web.servlet.FrameworkServlet : initServletBean : 525] - Initializing Servlet 'dispatcherServlet'
2024-02-21 18:30:49.446 INFO [http-nio-8009-exec-1] org.springframework.web.servlet.DispatcherServlet - [org.springframework.web.servlet.FrameworkServlet : initServletBean : 547] - Completed initialization in 4 ms
2024-02-21 18:32:50.436 INFO [SpringContextShutdownHook] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport : shutdown : 218] - Shutting down ExecutorService 'applicationTaskExecutor'
2024-02-21 18:32:56.661 INFO [main] cn.jflow.boot.JFlowApplication - [org.springframework.boot.StartupInfoLogger : logStarting : 55] - Starting JFlowApplication on LAPTOP-ST9C1ORS with PID 25472 (E:\workspace_3\JFlow\H5\jflow-web\target\classes started by Denim in E:\workspace_3\JFlow)
2024-02-21 18:32:56.664 INFO [main] cn.jflow.boot.JFlowApplication - [org.springframework.boot.SpringApplication : logStartupProfileInfo : 652] - The following profiles are active: mysql
2024-02-21 18:32:57.741 INFO [main] o.s.boot.web.embedded.tomcat.TomcatWebServer - [org.springframework.boot.web.embedded.tomcat.TomcatWebServer : initialize : 108] - Tomcat initialized with port(s): 8009 (http)
2024-02-21 18:32:57.749 INFO [main] org.apache.catalina.core.StandardService - [org.apache.juli.logging.DirectJDKLog : log : 173] - Starting service [Tomcat]
2024-02-21 18:32:57.749 INFO [main] org.apache.catalina.core.StandardEngine - [org.apache.juli.logging.DirectJDKLog : log : 173] - Starting Servlet engine: [Apache Tomcat/9.0.46]
2024-02-21 18:32:57.850 INFO [main] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - [org.apache.juli.logging.DirectJDKLog : log : 173] - Initializing Spring embedded WebApplicationContext
2024-02-21 18:32:57.850 INFO [main] o.s.b.w.s.c.ServletWebServerApplicationContext - [org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext : prepareWebApplicationContext : 285] - Root WebApplicationContext: initialization completed in 1152 ms
2024-02-21 18:32:58.181 INFO [main] s.d.s.w.PropertySourcedRequestMappingHandlerMapping - [springfox.documentation.spring.web.PropertySourcedRequestMappingHandlerMapping : initHandlerMethods : 69] - Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2024-02-21 18:32:58.252 INFO [main] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport : initialize : 181] - Initializing ExecutorService 'applicationTaskExecutor'
2024-02-21 18:32:58.456 INFO [main] o.s.boot.web.embedded.tomcat.TomcatWebServer - [org.springframework.boot.web.embedded.tomcat.TomcatWebServer : start : 220] - Tomcat started on port(s): 8009 (http) with context path ''
2024-02-21 18:32:58.458 INFO [main] s.d.s.web.plugins.DocumentationPluginsBootstrapper - [springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper : start : 160] - Context refreshed
2024-02-21 18:32:58.472 INFO [main] s.d.s.web.plugins.DocumentationPluginsBootstrapper - [springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper : start : 163] - Found 1 custom documentation plugin(s)
2024-02-21 18:32:58.499 INFO [main] s.d.spring.web.scanners.ApiListingReferenceScanner - [springfox.documentation.spring.web.scanners.ApiListingReferenceScanner : scan : 41] - Scanning for api listing references
2024-02-21 18:32:58.637 INFO [main] cn.jflow.boot.JFlowApplication - [org.springframework.boot.StartupInfoLogger : logStarted : 61] - Started JFlowApplication in 2.34 seconds (JVM running for 3.33)
2024-02-21 18:33:05.087 INFO [http-nio-8009-exec-1] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - [org.apache.juli.logging.DirectJDKLog : log : 173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-02-21 18:33:05.087 INFO [http-nio-8009-exec-1] org.springframework.web.servlet.DispatcherServlet - [org.springframework.web.servlet.FrameworkServlet : initServletBean : 525] - Initializing Servlet 'dispatcherServlet'
2024-02-21 18:33:05.091 INFO [http-nio-8009-exec-1] org.springframework.web.servlet.DispatcherServlet - [org.springframework.web.servlet.FrameworkServlet : initServletBean : 547] - Completed initialization in 3 ms
2024-02-21 18:35:27.127 INFO [SpringContextShutdownHook] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport : shutdown : 218] - Shutting down ExecutorService 'applicationTaskExecutor'
2024-02-21 18:35:30.243 INFO [main] cn.jflow.boot.JFlowApplication - [org.springframework.boot.StartupInfoLogger : logStarting : 55] - Starting JFlowApplication on LAPTOP-ST9C1ORS with PID 30204 (E:\workspace_3\JFlow\H5\jflow-web\target\classes started by Denim in E:\workspace_3\JFlow)
2024-02-21 18:35:30.245 INFO [main] cn.jflow.boot.JFlowApplication - [org.springframework.boot.SpringApplication : logStartupProfileInfo : 652] - The following profiles are active: mysql
2024-02-21 18:35:31.274 INFO [main] o.s.boot.web.embedded.tomcat.TomcatWebServer - [org.springframework.boot.web.embedded.tomcat.TomcatWebServer : initialize : 108] - Tomcat initialized with port(s): 8001 (http)
2024-02-21 18:35:31.281 INFO [main] org.apache.catalina.core.StandardService - [org.apache.juli.logging.DirectJDKLog : log : 173] - Starting service [Tomcat]
2024-02-21 18:35:31.282 INFO [main] org.apache.catalina.core.StandardEngine - [org.apache.juli.logging.DirectJDKLog : log : 173] - Starting Servlet engine: [Apache Tomcat/9.0.46]
2024-02-21 18:35:31.385 INFO [main] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - [org.apache.juli.logging.DirectJDKLog : log : 173] - Initializing Spring embedded WebApplicationContext
2024-02-21 18:35:31.385 INFO [main] o.s.b.w.s.c.ServletWebServerApplicationContext - [org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext : prepareWebApplicationContext : 285] - Root WebApplicationContext: initialization completed in 1107 ms
2024-02-21 18:35:31.733 INFO [main] s.d.s.w.PropertySourcedRequestMappingHandlerMapping - [springfox.documentation.spring.web.PropertySourcedRequestMappingHandlerMapping : initHandlerMethods : 69] - Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2024-02-21 18:35:31.809 INFO [main] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport : initialize : 181] - Initializing ExecutorService 'applicationTaskExecutor'
2024-02-21 18:35:32.009 INFO [main] o.s.boot.web.embedded.tomcat.TomcatWebServer - [org.springframework.boot.web.embedded.tomcat.TomcatWebServer : start : 220] - Tomcat started on port(s): 8001 (http) with context path ''
2024-02-21 18:35:32.010 INFO [main] s.d.s.web.plugins.DocumentationPluginsBootstrapper - [springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper : start : 160] - Context refreshed
2024-02-21 18:35:32.023 INFO [main] s.d.s.web.plugins.DocumentationPluginsBootstrapper - [springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper : start : 163] - Found 1 custom documentation plugin(s)
2024-02-21 18:35:32.051 INFO [main] s.d.spring.web.scanners.ApiListingReferenceScanner - [springfox.documentation.spring.web.scanners.ApiListingReferenceScanner : scan : 41] - Scanning for api listing references
2024-02-21 18:35:32.192 INFO [main] cn.jflow.boot.JFlowApplication - [org.springframework.boot.StartupInfoLogger : logStarted : 61] - Started JFlowApplication in 2.286 seconds (JVM running for 3.234)
2024-02-21 18:35:40.518 INFO [http-nio-8001-exec-1] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - [org.apache.juli.logging.DirectJDKLog : log : 173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-02-21 18:35:40.518 INFO [http-nio-8001-exec-1] org.springframework.web.servlet.DispatcherServlet - [org.springframework.web.servlet.FrameworkServlet : initServletBean : 525] - Initializing Servlet 'dispatcherServlet'
2024-02-21 18:35:40.522 INFO [http-nio-8001-exec-1] org.springframework.web.servlet.DispatcherServlet - [org.springframework.web.servlet.FrameworkServlet : initServletBean : 547] - Completed initialization in 4 ms
2024-02-21 18:36:59.900 INFO [SpringContextShutdownHook] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport : shutdown : 218] - Shutting down ExecutorService 'applicationTaskExecutor'
2024-02-21 18:39:22.087 INFO [main] cn.jflow.boot.JFlowApplication - [org.springframework.boot.StartupInfoLogger : logStarting : 55] - Starting JFlowApplication on LAPTOP-ST9C1ORS with PID 19880 (E:\workspace_3\JFlow\H5\jflow-web\target\classes started by Denim in E:\workspace_3\JFlow)
2024-02-21 18:39:22.090 INFO [main] cn.jflow.boot.JFlowApplication - [org.springframework.boot.SpringApplication : logStartupProfileInfo : 652] - The following profiles are active: mysql
2024-02-21 18:39:23.090 INFO [main] o.s.boot.web.embedded.tomcat.TomcatWebServer - [org.springframework.boot.web.embedded.tomcat.TomcatWebServer : initialize : 108] - Tomcat initialized with port(s): 8001 (http)
2024-02-21 18:39:23.097 INFO [main] org.apache.catalina.core.StandardService - [org.apache.juli.logging.DirectJDKLog : log : 173] - Starting service [Tomcat]
2024-02-21 18:39:23.098 INFO [main] org.apache.catalina.core.StandardEngine - [org.apache.juli.logging.DirectJDKLog : log : 173] - Starting Servlet engine: [Apache Tomcat/9.0.46]
2024-02-21 18:39:23.197 INFO [main] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - [org.apache.juli.logging.DirectJDKLog : log : 173] - Initializing Spring embedded WebApplicationContext
2024-02-21 18:39:23.197 INFO [main] o.s.b.w.s.c.ServletWebServerApplicationContext - [org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext : prepareWebApplicationContext : 285] - Root WebApplicationContext: initialization completed in 1073 ms
2024-02-21 18:39:23.536 INFO [main] s.d.s.w.PropertySourcedRequestMappingHandlerMapping - [springfox.documentation.spring.web.PropertySourcedRequestMappingHandlerMapping : initHandlerMethods : 69] - Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2024-02-21 18:39:23.601 INFO [main] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport : initialize : 181] - Initializing ExecutorService 'applicationTaskExecutor'
2024-02-21 18:39:23.784 INFO [main] o.s.boot.web.embedded.tomcat.TomcatWebServer - [org.springframework.boot.web.embedded.tomcat.TomcatWebServer : start : 220] - Tomcat started on port(s): 8001 (http) with context path ''
2024-02-21 18:39:23.785 INFO [main] s.d.s.web.plugins.DocumentationPluginsBootstrapper - [springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper : start : 160] - Context refreshed
2024-02-21 18:39:23.798 INFO [main] s.d.s.web.plugins.DocumentationPluginsBootstrapper - [springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper : start : 163] - Found 1 custom documentation plugin(s)
2024-02-21 18:39:23.823 INFO [main] s.d.spring.web.scanners.ApiListingReferenceScanner - [springfox.documentation.spring.web.scanners.ApiListingReferenceScanner : scan : 41] - Scanning for api listing references
2024-02-21 18:39:23.950 INFO [main] cn.jflow.boot.JFlowApplication - [org.springframework.boot.StartupInfoLogger : logStarted : 61] - Started JFlowApplication in 2.203 seconds (JVM running for 3.072)
2024-02-21 18:39:26.980 INFO [http-nio-8001-exec-1] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - [org.apache.juli.logging.DirectJDKLog : log : 173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-02-21 18:39:26.981 INFO [http-nio-8001-exec-1] org.springframework.web.servlet.DispatcherServlet - [org.springframework.web.servlet.FrameworkServlet : initServletBean : 525] - Initializing Servlet 'dispatcherServlet'
2024-02-21 18:39:26.985 INFO [http-nio-8001-exec-1] org.springframework.web.servlet.DispatcherServlet - [org.springframework.web.servlet.FrameworkServlet : initServletBean : 547] - Completed initialization in 4 ms
2024-02-21 18:41:05.575 INFO [SpringContextShutdownHook] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - [org.springframework.scheduling.concurrent.ExecutorConfigurationSupport : shutdown : 218] - Shutting down ExecutorService 'applicationTaskExecutor'