smart-2024-11-13.log 5.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. 2024-11-13 09:23:08.189 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
  2. 2024-11-13 09:23:08.205 [main] INFO com.template.MybatisPlusApplication - Starting MybatisPlusApplication using Java 1.8.0_181 on DESKTOP-4B4LOJM with PID 18740 (D:\Bingo\Desktop\工作内容\模板项目\Back-endDevelopmentFramework\target\classes started by Bingo in D:\Bingo\Desktop\工作内容\模板项目\Back-endDevelopmentFramework)
  3. 2024-11-13 09:23:08.205 [main] INFO com.template.MybatisPlusApplication - The following profiles are active: dev
  4. 2024-11-13 09:23:08.859 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.template]' package. Please check your configuration.
  5. 2024-11-13 09:23:08.901 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  6. 2024-11-13 09:23:08.903 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  7. 2024-11-13 09:23:08.928 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 13 ms. Found 0 Redis repository interfaces.
  8. 2024-11-13 09:23:09.748 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
  9. 2024-11-13 09:23:09.754 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
  10. 2024-11-13 09:23:09.754 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  11. 2024-11-13 09:23:09.754 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.39]
  12. 2024-11-13 09:23:09.813 [main] INFO o.a.c.c.C.[.[localhost].[/template] - Initializing Spring embedded WebApplicationContext
  13. 2024-11-13 09:23:09.813 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1567 ms
  14. 2024-11-13 09:23:10.272 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  15. 2024-11-13 09:23:10.386 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  16. 2024-11-13 09:23:10.750 [main] WARN o.s.w.s.r.ResourceHttpRequestHandler - Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver.
  17. 2024-11-13 09:23:12.588 [main] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  18. 2024-11-13 09:23:13.226 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  19. 2024-11-13 09:23:14.213 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  20. 2024-11-13 09:23:14.220 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  21. 2024-11-13 09:23:14.220 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  22. 2024-11-13 09:23:14.221 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  23. 2024-11-13 09:23:14.221 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  24. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  25. NOT STARTED.
  26. Currently in standby mode.
  27. Number of jobs executed: 0
  28. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  29. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  30. 2024-11-13 09:23:14.221 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  31. 2024-11-13 09:23:14.221 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  32. 2024-11-13 09:23:14.221 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1cc1813a
  33. 2024-11-13 09:23:14.249 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
  34. 2024-11-13 09:23:14.324 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
  35. 2024-11-13 09:23:14.336 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '/template'
  36. 2024-11-13 09:23:14.337 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Context refreshed
  37. 2024-11-13 09:23:14.349 [main] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - Found 1 custom documentation plugin(s)
  38. 2024-11-13 09:23:14.370 [main] INFO s.d.s.w.s.ApiListingReferenceScanner - Scanning for api listing references
  39. 2024-11-13 09:23:14.379 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  40. 2024-11-13 09:23:14.380 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  41. 2024-11-13 09:23:14.389 [main] INFO com.template.MybatisPlusApplication - Started MybatisPlusApplication in 6.552 seconds (JVM running for 7.716)
  42. 2024-11-13 09:24:02.143 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.