项目很久没运行了,最近运行发现项目走不动了,也没有报错不知道什么原因
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 20 threads.
Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
下面是全部的提示信息
11:34:41.146 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'cbiteduScheduler' initialized from an externally provided properties instance.
11:34:41.146 [restartedMain] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
11:34:41.147 [restartedMain] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@6a488d8b
11:34:41.198 [restartedMain] DEBUG c.c.q.m.S.selectJobAll - [debug,137] - ==> Preparing: select job_id, job_name, job_group, invoke_target, cron_expression, misfire_policy, concurrent, status, create_by, create_time, remark from sys_job
11:34:41.199 [restartedMain] DEBUG c.c.q.m.S.selectJobAll - [debug,137] - ==> Parameters:
11:34:41.201 [restartedMain] DEBUG c.c.q.m.S.selectJobAll - [debug,137] - <== Total: 3
11:34:42.173 [restartedMain] INFO s.d.s.w.PropertySourcedRequestMappingHandlerMapping - [initHandlerMethods,69] - Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
11:34:43.238 [restartedMain] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - [start,160] - Context refreshed
11:34:43.255 [restartedMain] INFO s.d.s.w.p.DocumentationPluginsBootstrapper - [start,163] - Found 1 custom documentation plugin(s)
11:34:43.306 [restartedMain] INFO s.d.s.w.s.ApiListingReferenceScanner - [scan,41] - Scanning for api listing references
11:34:43.433 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-8085"]
11:34:43.457 [restartedMain] INFO c.c.CbiteduApplication - [logStarted,61] - Started CbiteduApplication in 9.335 seconds (JVM running for 10.614)
11:34:44.100 [RMI TCP Connection(1)-192.168.30.49] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:34:44.447 [Quartz Scheduler [cbiteduScheduler]] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler cbiteduScheduler_$_DESKTOP-TC2J1IS1693452881128 started.