parent
2390eeefe5
commit
9ef78a512f
24 changed files with 233 additions and 104 deletions
@ -1,3 +1,32 @@ |
||||
[16:51:28.500][org.quartz.core.QuartzScheduler - shutdown - 666] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutting down. |
||||
[16:51:28.505][org.quartz.core.QuartzScheduler - standby - 585] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused. |
||||
[16:51:28.506][org.quartz.core.QuartzScheduler - shutdown - 740] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete. |
||||
[17:17:57.122][org.springframework.boot.StartupInfoLogger - logStarting - 55] Starting AppApplication v0.0.1 on LAPTOP-RQVAK2JK with PID 36224 (D:\ProgramCode\company\WxPush\wx_push\target\push-0.0.1.jar started by banality in D:\ProgramCode\company\WxPush\wx_push\target) |
||||
[17:17:57.133][org.springframework.boot.SpringApplication - logStartupProfileInfo - 651] No active profile set, falling back to default profiles: default |
||||
[17:18:00.535][org.apache.juli.logging.DirectJDKLog - log - 173] Initializing ProtocolHandler ["http-nio-8123"] |
||||
[17:18:00.536][org.apache.juli.logging.DirectJDKLog - log - 173] Starting service [Tomcat] |
||||
[17:18:00.536][org.apache.juli.logging.DirectJDKLog - log - 173] Starting Servlet engine: [Apache Tomcat/9.0.36] |
||||
[17:18:00.668][org.apache.juli.logging.DirectJDKLog - log - 173] Initializing Spring embedded WebApplicationContext |
||||
[17:18:02.340][org.quartz.impl.StdSchedulerFactory - instantiate - 1220] Using default implementation for ThreadExecutor |
||||
[17:18:02.364][org.quartz.simpl.SimpleThreadPool - initialize - 268] Job execution threads will use class loader of thread: main |
||||
[17:18:02.403][org.quartz.core.SchedulerSignalerImpl - <init> - 61] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl |
||||
[17:18:02.403][org.quartz.core.QuartzScheduler - <init> - 229] Quartz Scheduler v.2.3.2 created. |
||||
[17:18:02.405][org.quartz.simpl.RAMJobStore - initialize - 155] RAMJobStore initialized. |
||||
[17:18:02.407][org.quartz.core.QuartzScheduler - initialize - 294] Scheduler meta-data: Quartz Scheduler (v2.3.2) 'DefaultQuartzScheduler' with instanceId 'NON_CLUSTERED' |
||||
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 10 threads. |
||||
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. |
||||
|
||||
[17:18:02.407][org.quartz.impl.StdSchedulerFactory - instantiate - 1374] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties' |
||||
[17:18:02.407][org.quartz.impl.StdSchedulerFactory - instantiate - 1378] Quartz scheduler version: 2.3.2 |
||||
[17:18:03.550][org.apache.juli.logging.DirectJDKLog - log - 173] Starting ProtocolHandler ["http-nio-8123"] |
||||
[17:18:07.725][com.ynxbd.push.quartz.listener.AppStartQuartzJobListener - onApplicationEvent - 33] [<QUZRTZ DISPATCH>]Starting Quartz task ... |
||||
[17:18:07.740][org.quartz.core.QuartzScheduler - start - 547] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started. |
||||
[17:18:08.630][com.ynxbd.push.config.IniConfig - <clinit> - 40] IP:192.168.12.119 |
||||
[17:18:08.633][com.ynxbd.push.quartz.scheduler.AppQuartzScheduler - startWorkLoadJob - 172] [定时任务]:BI领导推送未设置时间,功能未开启 |
||||
[17:18:08.633][org.quartz.core.QuartzScheduler - start - 547] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started. |
||||
[17:18:08.634][com.ynxbd.push.quartz.scheduler.AppQuartzScheduler - startTodayRegJob - 154] [定时任务]:每日预约推送未设置时间,功能未开启,todayRegTimeMom-null,todayRegTimeNoon-null |
||||
[17:18:08.634][org.quartz.core.QuartzScheduler - start - 547] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started. |
||||
[17:18:08.639][org.springframework.boot.StartupInfoLogger - logStarted - 61] Started AppApplication in 12.403 seconds (JVM running for 13.654) |
||||
[17:18:08.641][com.ynxbd.push.AppApplication - main - 22] 启动医院为:null |
||||
[17:18:08.655][com.ynxbd.push.AppApplication - main - 23] token_url路径:http://127.0.0.1:8080/wx/api/getWxAccessToken.do |
||||
|
||||
@ -0,0 +1,3 @@ |
||||
[16:51:28.500][org.quartz.core.QuartzScheduler - shutdown - 666] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutting down. |
||||
[16:51:28.505][org.quartz.core.QuartzScheduler - standby - 585] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED paused. |
||||
[16:51:28.506][org.quartz.core.QuartzScheduler - shutdown - 740] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED shutdown complete. |
||||
Loading…
Reference in new issue