sys-info.log 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. 2022-06-10 09:27:13 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.3.Final
  2. 2022-06-10 09:27:13 [main] INFO service.Test - Starting Test using Java 1.8.0_144 on DESKTOP-NA1JNLE with PID 99932 (started by z2963 in D:\jydm\DM\JYDL\nerp\nerp-biz)
  3. 2022-06-10 09:27:13 [main] INFO service.Test - The following 1 profile is active: "dev"
  4. 2022-06-10 09:27:19 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
  5. 2022-06-10 09:27:19 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
  6. 2022-06-10 09:27:19 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource test [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
  7. 2022-06-10 09:27:19 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Inlined Test Properties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
  8. 2022-06-10 09:27:19 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
  9. 2022-06-10 09:27:19 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
  10. 2022-06-10 09:27:19 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
  11. 2022-06-10 09:27:19 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper
  12. 2022-06-10 09:27:19 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
  13. 2022-06-10 09:27:19 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  14. 2022-06-10 09:27:19 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  15. 2022-06-10 09:27:19 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource class path resource [generator.yml] [org.springframework.core.io.support.ResourcePropertySource] to EncryptableMapPropertySourceWrapper
  16. 2022-06-10 09:27:19 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
  17. 2022-06-10 09:27:20 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
  18. 2022-06-10 09:27:20 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
  19. 2022-06-10 09:27:21 [main] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext
  20. 2022-06-10 09:27:27 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
  21. 2022-06-10 09:27:30 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  22. 2022-06-10 09:27:30 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  23. 2022-06-10 09:27:30 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  24. 2022-06-10 09:27:30 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'ElfScheduler' with instanceId 'DESKTOP-NA1JNLE1654824450255'
  25. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  26. NOT STARTED.
  27. Currently in standby mode.
  28. Number of jobs executed: 0
  29. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 20 threads.
  30. Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
  31. 2022-06-10 09:27:30 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'ElfScheduler' initialized from an externally provided properties instance.
  32. 2022-06-10 09:27:30 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  33. 2022-06-10 09:27:30 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@57f31caf
  34. 2022-06-10 09:27:37 [main] INFO io.undertow - starting server: Undertow - 2.2.17.Final
  35. 2022-06-10 09:27:37 [main] INFO org.xnio - XNIO version 3.8.6.Final
  36. 2022-06-10 09:27:37 [main] INFO org.xnio.nio - XNIO NIO Implementation Version 3.8.6.Final
  37. 2022-06-10 09:27:37 [main] INFO org.jboss.threads - JBoss Threads version 3.1.0.Final
  38. 2022-06-10 09:27:38 [main] INFO service.Test - Started Test in 25.596 seconds (JVM running for 34.64)
  39. 2022-06-10 09:27:39 [Quartz Scheduler [ElfScheduler]] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654824450255 started.
  40. 2022-06-10 09:27:58 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654824450255 paused.
  41. 2022-06-10 09:27:58 [SpringApplicationShutdownHook] INFO io.undertow - stopping server: Undertow - 2.2.17.Final
  42. 2022-06-10 09:27:58 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654824450255 shutting down.
  43. 2022-06-10 09:27:58 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654824450255 paused.
  44. 2022-06-10 09:27:58 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654824450255 shutdown complete.
  45. 2022-06-10 09:27:58 [SpringApplicationShutdownHook] INFO sys-user - ====关闭后台任务任务线程池====
  46. 2022-06-10 09:27:58 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
  47. 2022-06-10 09:27:58 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
  48. 2022-06-10 09:37:57 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.3.Final
  49. 2022-06-10 09:37:57 [main] INFO service.Test - Starting Test using Java 1.8.0_144 on DESKTOP-NA1JNLE with PID 108304 (started by z2963 in D:\jydm\DM\JYDL\nerp\nerp-biz)
  50. 2022-06-10 09:37:57 [main] INFO service.Test - The following 1 profile is active: "dev"
  51. 2022-06-10 09:38:00 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
  52. 2022-06-10 09:38:00 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
  53. 2022-06-10 09:38:00 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource test [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
  54. 2022-06-10 09:38:00 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Inlined Test Properties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
  55. 2022-06-10 09:38:00 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
  56. 2022-06-10 09:38:00 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
  57. 2022-06-10 09:38:00 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
  58. 2022-06-10 09:38:00 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper
  59. 2022-06-10 09:38:00 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
  60. 2022-06-10 09:38:00 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  61. 2022-06-10 09:38:00 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  62. 2022-06-10 09:38:00 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource class path resource [generator.yml] [org.springframework.core.io.support.ResourcePropertySource] to EncryptableMapPropertySourceWrapper
  63. 2022-06-10 09:38:01 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
  64. 2022-06-10 09:38:02 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
  65. 2022-06-10 09:38:02 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
  66. 2022-06-10 09:38:03 [main] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext
  67. 2022-06-10 09:38:09 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
  68. 2022-06-10 09:38:11 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  69. 2022-06-10 09:38:11 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  70. 2022-06-10 09:38:11 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  71. 2022-06-10 09:38:11 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'ElfScheduler' with instanceId 'DESKTOP-NA1JNLE1654825091716'
  72. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  73. NOT STARTED.
  74. Currently in standby mode.
  75. Number of jobs executed: 0
  76. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 20 threads.
  77. Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
  78. 2022-06-10 09:38:11 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'ElfScheduler' initialized from an externally provided properties instance.
  79. 2022-06-10 09:38:11 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  80. 2022-06-10 09:38:11 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@53b8a0f7
  81. 2022-06-10 09:38:17 [main] INFO io.undertow - starting server: Undertow - 2.2.17.Final
  82. 2022-06-10 09:38:17 [main] INFO org.xnio - XNIO version 3.8.6.Final
  83. 2022-06-10 09:38:17 [main] INFO org.xnio.nio - XNIO NIO Implementation Version 3.8.6.Final
  84. 2022-06-10 09:38:17 [main] INFO org.jboss.threads - JBoss Threads version 3.1.0.Final
  85. 2022-06-10 09:38:17 [main] INFO service.Test - Started Test in 20.59 seconds (JVM running for 23.495)
  86. 2022-06-10 09:38:18 [Quartz Scheduler [ElfScheduler]] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654825091716 started.
  87. 2022-06-10 09:38:36 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654825091716 paused.
  88. 2022-06-10 09:38:36 [SpringApplicationShutdownHook] INFO io.undertow - stopping server: Undertow - 2.2.17.Final
  89. 2022-06-10 09:38:36 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654825091716 shutting down.
  90. 2022-06-10 09:38:36 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654825091716 paused.
  91. 2022-06-10 09:38:36 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654825091716 shutdown complete.
  92. 2022-06-10 09:38:36 [SpringApplicationShutdownHook] INFO sys-user - ====关闭后台任务任务线程池====
  93. 2022-06-10 09:38:36 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
  94. 2022-06-10 09:38:36 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
  95. 2022-06-10 09:42:28 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.3.Final
  96. 2022-06-10 09:42:28 [main] INFO service.Test - Starting Test using Java 1.8.0_144 on DESKTOP-NA1JNLE with PID 106556 (started by z2963 in D:\jydm\DM\JYDL\nerp\nerp-biz)
  97. 2022-06-10 09:42:28 [main] INFO service.Test - The following 1 profile is active: "dev"
  98. 2022-06-10 09:42:31 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
  99. 2022-06-10 09:42:31 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
  100. 2022-06-10 09:42:31 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource test [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
  101. 2022-06-10 09:42:31 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Inlined Test Properties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
  102. 2022-06-10 09:42:31 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
  103. 2022-06-10 09:42:31 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
  104. 2022-06-10 09:42:31 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
  105. 2022-06-10 09:42:31 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper
  106. 2022-06-10 09:42:31 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
  107. 2022-06-10 09:42:31 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  108. 2022-06-10 09:42:31 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  109. 2022-06-10 09:42:31 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource class path resource [generator.yml] [org.springframework.core.io.support.ResourcePropertySource] to EncryptableMapPropertySourceWrapper
  110. 2022-06-10 09:42:31 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
  111. 2022-06-10 09:42:32 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
  112. 2022-06-10 09:42:32 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
  113. 2022-06-10 09:42:33 [main] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext
  114. 2022-06-10 09:42:40 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
  115. 2022-06-10 09:42:42 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  116. 2022-06-10 09:42:42 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  117. 2022-06-10 09:42:42 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  118. 2022-06-10 09:42:42 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'ElfScheduler' with instanceId 'DESKTOP-NA1JNLE1654825362054'
  119. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  120. NOT STARTED.
  121. Currently in standby mode.
  122. Number of jobs executed: 0
  123. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 20 threads.
  124. Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
  125. 2022-06-10 09:42:42 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'ElfScheduler' initialized from an externally provided properties instance.
  126. 2022-06-10 09:42:42 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  127. 2022-06-10 09:42:42 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@44ec4a38
  128. 2022-06-10 09:42:47 [main] INFO io.undertow - starting server: Undertow - 2.2.17.Final
  129. 2022-06-10 09:42:47 [main] INFO org.xnio - XNIO version 3.8.6.Final
  130. 2022-06-10 09:42:47 [main] INFO org.xnio.nio - XNIO NIO Implementation Version 3.8.6.Final
  131. 2022-06-10 09:42:47 [main] INFO org.jboss.threads - JBoss Threads version 3.1.0.Final
  132. 2022-06-10 09:42:48 [main] INFO service.Test - Started Test in 20.936 seconds (JVM running for 23.842)
  133. 2022-06-10 09:42:49 [Quartz Scheduler [ElfScheduler]] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654825362054 started.
  134. 2022-06-10 09:43:07 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654825362054 paused.
  135. 2022-06-10 09:43:07 [SpringApplicationShutdownHook] INFO io.undertow - stopping server: Undertow - 2.2.17.Final
  136. 2022-06-10 09:43:07 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654825362054 shutting down.
  137. 2022-06-10 09:43:07 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654825362054 paused.
  138. 2022-06-10 09:43:07 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654825362054 shutdown complete.
  139. 2022-06-10 09:43:07 [SpringApplicationShutdownHook] INFO sys-user - ====关闭后台任务任务线程池====
  140. 2022-06-10 09:43:07 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
  141. 2022-06-10 09:43:07 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
  142. 2022-06-10 09:47:11 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.3.Final
  143. 2022-06-10 09:47:11 [main] INFO service.Test - Starting Test using Java 1.8.0_144 on DESKTOP-NA1JNLE with PID 108712 (started by z2963 in D:\jydm\DM\JYDL\nerp\nerp-biz)
  144. 2022-06-10 09:47:11 [main] INFO service.Test - The following 1 profile is active: "dev"
  145. 2022-06-10 09:47:15 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
  146. 2022-06-10 09:47:15 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
  147. 2022-06-10 09:47:15 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource test [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
  148. 2022-06-10 09:47:15 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Inlined Test Properties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
  149. 2022-06-10 09:47:15 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
  150. 2022-06-10 09:47:15 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
  151. 2022-06-10 09:47:15 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
  152. 2022-06-10 09:47:15 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper
  153. 2022-06-10 09:47:15 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
  154. 2022-06-10 09:47:15 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  155. 2022-06-10 09:47:15 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  156. 2022-06-10 09:47:15 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource class path resource [generator.yml] [org.springframework.core.io.support.ResourcePropertySource] to EncryptableMapPropertySourceWrapper
  157. 2022-06-10 09:47:16 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
  158. 2022-06-10 09:47:16 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
  159. 2022-06-10 09:47:16 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
  160. 2022-06-10 09:47:17 [main] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext
  161. 2022-06-10 09:47:25 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
  162. 2022-06-10 09:47:27 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  163. 2022-06-10 09:47:27 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  164. 2022-06-10 09:47:27 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  165. 2022-06-10 09:47:27 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'ElfScheduler' with instanceId 'DESKTOP-NA1JNLE1654825647109'
  166. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  167. NOT STARTED.
  168. Currently in standby mode.
  169. Number of jobs executed: 0
  170. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 20 threads.
  171. Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
  172. 2022-06-10 09:47:27 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'ElfScheduler' initialized from an externally provided properties instance.
  173. 2022-06-10 09:47:27 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  174. 2022-06-10 09:47:27 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@34fde3a3
  175. 2022-06-10 09:47:33 [main] INFO io.undertow - starting server: Undertow - 2.2.17.Final
  176. 2022-06-10 09:47:33 [main] INFO org.xnio - XNIO version 3.8.6.Final
  177. 2022-06-10 09:47:33 [main] INFO org.xnio.nio - XNIO NIO Implementation Version 3.8.6.Final
  178. 2022-06-10 09:47:33 [main] INFO org.jboss.threads - JBoss Threads version 3.1.0.Final
  179. 2022-06-10 09:47:34 [main] INFO service.Test - Started Test in 23.057 seconds (JVM running for 26.831)
  180. 2022-06-10 09:47:35 [Quartz Scheduler [ElfScheduler]] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654825647109 started.
  181. 2022-06-10 09:47:53 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654825647109 paused.
  182. 2022-06-10 09:47:53 [SpringApplicationShutdownHook] INFO io.undertow - stopping server: Undertow - 2.2.17.Final
  183. 2022-06-10 09:47:53 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654825647109 shutting down.
  184. 2022-06-10 09:47:53 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654825647109 paused.
  185. 2022-06-10 09:47:53 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654825647109 shutdown complete.
  186. 2022-06-10 09:47:53 [SpringApplicationShutdownHook] INFO sys-user - ====关闭后台任务任务线程池====
  187. 2022-06-10 09:47:53 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
  188. 2022-06-10 09:47:53 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
  189. 2022-06-10 09:53:12 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.3.Final
  190. 2022-06-10 09:53:12 [main] INFO service.Test - Starting Test using Java 1.8.0_144 on DESKTOP-NA1JNLE with PID 68596 (started by z2963 in D:\jydm\DM\JYDL\nerp\nerp-biz)
  191. 2022-06-10 09:53:12 [main] INFO service.Test - The following 1 profile is active: "dev"
  192. 2022-06-10 09:53:15 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
  193. 2022-06-10 09:53:15 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
  194. 2022-06-10 09:53:16 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource test [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
  195. 2022-06-10 09:53:16 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Inlined Test Properties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
  196. 2022-06-10 09:53:16 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
  197. 2022-06-10 09:53:16 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
  198. 2022-06-10 09:53:16 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
  199. 2022-06-10 09:53:16 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper
  200. 2022-06-10 09:53:16 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
  201. 2022-06-10 09:53:16 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  202. 2022-06-10 09:53:16 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  203. 2022-06-10 09:53:16 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource class path resource [generator.yml] [org.springframework.core.io.support.ResourcePropertySource] to EncryptableMapPropertySourceWrapper
  204. 2022-06-10 09:53:16 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
  205. 2022-06-10 09:53:17 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
  206. 2022-06-10 09:53:17 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
  207. 2022-06-10 09:53:17 [main] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext
  208. 2022-06-10 09:53:25 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
  209. 2022-06-10 09:53:27 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  210. 2022-06-10 09:53:27 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  211. 2022-06-10 09:53:27 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  212. 2022-06-10 09:53:27 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'ElfScheduler' with instanceId 'DESKTOP-NA1JNLE1654826007289'
  213. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  214. NOT STARTED.
  215. Currently in standby mode.
  216. Number of jobs executed: 0
  217. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 20 threads.
  218. Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
  219. 2022-06-10 09:53:27 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'ElfScheduler' initialized from an externally provided properties instance.
  220. 2022-06-10 09:53:27 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  221. 2022-06-10 09:53:27 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@608448e7
  222. 2022-06-10 09:53:33 [main] INFO io.undertow - starting server: Undertow - 2.2.17.Final
  223. 2022-06-10 09:53:33 [main] INFO org.xnio - XNIO version 3.8.6.Final
  224. 2022-06-10 09:53:33 [main] INFO org.xnio.nio - XNIO NIO Implementation Version 3.8.6.Final
  225. 2022-06-10 09:53:33 [main] INFO org.jboss.threads - JBoss Threads version 3.1.0.Final
  226. 2022-06-10 09:53:34 [main] INFO service.Test - Started Test in 22.774 seconds (JVM running for 26.701)
  227. 2022-06-10 09:53:35 [Quartz Scheduler [ElfScheduler]] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654826007289 started.
  228. 2022-06-10 09:53:57 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654826007289 paused.
  229. 2022-06-10 09:53:57 [SpringApplicationShutdownHook] INFO io.undertow - stopping server: Undertow - 2.2.17.Final
  230. 2022-06-10 09:53:57 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654826007289 shutting down.
  231. 2022-06-10 09:53:57 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654826007289 paused.
  232. 2022-06-10 09:53:57 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654826007289 shutdown complete.
  233. 2022-06-10 09:53:57 [SpringApplicationShutdownHook] INFO sys-user - ====关闭后台任务任务线程池====
  234. 2022-06-10 09:53:57 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
  235. 2022-06-10 09:53:57 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
  236. 2022-06-10 09:56:52 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.3.Final
  237. 2022-06-10 09:56:52 [main] INFO service.Test - Starting Test using Java 1.8.0_144 on DESKTOP-NA1JNLE with PID 22416 (started by z2963 in D:\jydm\DM\JYDL\nerp\nerp-biz)
  238. 2022-06-10 09:56:52 [main] INFO service.Test - The following 1 profile is active: "dev"
  239. 2022-06-10 09:56:56 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
  240. 2022-06-10 09:56:56 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
  241. 2022-06-10 09:56:56 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource test [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
  242. 2022-06-10 09:56:56 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Inlined Test Properties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
  243. 2022-06-10 09:56:56 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
  244. 2022-06-10 09:56:56 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
  245. 2022-06-10 09:56:56 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
  246. 2022-06-10 09:56:56 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper
  247. 2022-06-10 09:56:56 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
  248. 2022-06-10 09:56:56 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  249. 2022-06-10 09:56:56 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  250. 2022-06-10 09:56:56 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource class path resource [generator.yml] [org.springframework.core.io.support.ResourcePropertySource] to EncryptableMapPropertySourceWrapper
  251. 2022-06-10 09:56:56 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
  252. 2022-06-10 09:56:57 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
  253. 2022-06-10 09:56:57 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
  254. 2022-06-10 09:56:58 [main] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext
  255. 2022-06-10 09:57:05 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
  256. 2022-06-10 09:57:07 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  257. 2022-06-10 09:57:07 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  258. 2022-06-10 09:57:07 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  259. 2022-06-10 09:57:07 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'ElfScheduler' with instanceId 'DESKTOP-NA1JNLE1654826227604'
  260. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  261. NOT STARTED.
  262. Currently in standby mode.
  263. Number of jobs executed: 0
  264. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 20 threads.
  265. Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
  266. 2022-06-10 09:57:07 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'ElfScheduler' initialized from an externally provided properties instance.
  267. 2022-06-10 09:57:07 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  268. 2022-06-10 09:57:07 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@3dc70aa0
  269. 2022-06-10 09:57:14 [main] INFO io.undertow - starting server: Undertow - 2.2.17.Final
  270. 2022-06-10 09:57:14 [main] INFO org.xnio - XNIO version 3.8.6.Final
  271. 2022-06-10 09:57:14 [main] INFO org.xnio.nio - XNIO NIO Implementation Version 3.8.6.Final
  272. 2022-06-10 09:57:14 [main] INFO org.jboss.threads - JBoss Threads version 3.1.0.Final
  273. 2022-06-10 09:57:15 [main] INFO service.Test - Started Test in 22.819 seconds (JVM running for 26.67)
  274. 2022-06-10 09:57:16 [Quartz Scheduler [ElfScheduler]] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654826227604 started.
  275. 2022-06-10 09:57:34 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654826227604 paused.
  276. 2022-06-10 09:57:34 [SpringApplicationShutdownHook] INFO io.undertow - stopping server: Undertow - 2.2.17.Final
  277. 2022-06-10 09:57:34 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654826227604 shutting down.
  278. 2022-06-10 09:57:34 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654826227604 paused.
  279. 2022-06-10 09:57:34 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654826227604 shutdown complete.
  280. 2022-06-10 09:57:34 [SpringApplicationShutdownHook] INFO sys-user - ====关闭后台任务任务线程池====
  281. 2022-06-10 09:57:34 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
  282. 2022-06-10 09:57:34 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
  283. 2022-06-10 09:59:32 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.3.Final
  284. 2022-06-10 09:59:32 [main] INFO service.Test - Starting Test using Java 1.8.0_144 on DESKTOP-NA1JNLE with PID 95380 (started by z2963 in D:\jydm\DM\JYDL\nerp\nerp-biz)
  285. 2022-06-10 09:59:32 [main] INFO service.Test - The following 1 profile is active: "dev"
  286. 2022-06-10 09:59:35 [main] INFO c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances
  287. 2022-06-10 09:59:35 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
  288. 2022-06-10 09:59:35 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource test [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
  289. 2022-06-10 09:59:35 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Inlined Test Properties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
  290. 2022-06-10 09:59:35 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
  291. 2022-06-10 09:59:35 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
  292. 2022-06-10 09:59:35 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
  293. 2022-06-10 09:59:35 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper
  294. 2022-06-10 09:59:35 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
  295. 2022-06-10 09:59:35 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Config resource 'class path resource [application-dev.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  296. 2022-06-10 09:59:35 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  297. 2022-06-10 09:59:35 [main] INFO c.u.j.EncryptablePropertySourceConverter - Converting PropertySource class path resource [generator.yml] [org.springframework.core.io.support.ResourcePropertySource] to EncryptableMapPropertySourceWrapper
  298. 2022-06-10 09:59:35 [main] INFO c.u.j.f.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
  299. 2022-06-10 09:59:36 [main] INFO c.u.j.r.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
  300. 2022-06-10 09:59:36 [main] INFO c.u.j.d.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
  301. 2022-06-10 09:59:37 [main] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext
  302. 2022-06-10 09:59:43 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
  303. 2022-06-10 09:59:45 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  304. 2022-06-10 09:59:45 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  305. 2022-06-10 09:59:45 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  306. 2022-06-10 09:59:45 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'ElfScheduler' with instanceId 'DESKTOP-NA1JNLE1654826385312'
  307. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  308. NOT STARTED.
  309. Currently in standby mode.
  310. Number of jobs executed: 0
  311. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 20 threads.
  312. Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
  313. 2022-06-10 09:59:45 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'ElfScheduler' initialized from an externally provided properties instance.
  314. 2022-06-10 09:59:45 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  315. 2022-06-10 09:59:45 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@70b630d
  316. 2022-06-10 09:59:50 [main] INFO io.undertow - starting server: Undertow - 2.2.17.Final
  317. 2022-06-10 09:59:50 [main] INFO org.xnio - XNIO version 3.8.6.Final
  318. 2022-06-10 09:59:50 [main] INFO org.xnio.nio - XNIO NIO Implementation Version 3.8.6.Final
  319. 2022-06-10 09:59:50 [main] INFO org.jboss.threads - JBoss Threads version 3.1.0.Final
  320. 2022-06-10 09:59:51 [main] INFO service.Test - Started Test in 19.523 seconds (JVM running for 22.255)
  321. 2022-06-10 09:59:52 [Quartz Scheduler [ElfScheduler]] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654826385312 started.
  322. 2022-06-10 10:00:10 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654826385312 paused.
  323. 2022-06-10 10:00:10 [SpringApplicationShutdownHook] INFO io.undertow - stopping server: Undertow - 2.2.17.Final
  324. 2022-06-10 10:00:10 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654826385312 shutting down.
  325. 2022-06-10 10:00:10 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654826385312 paused.
  326. 2022-06-10 10:00:10 [SpringApplicationShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler ElfScheduler_$_DESKTOP-NA1JNLE1654826385312 shutdown complete.
  327. 2022-06-10 10:00:10 [SpringApplicationShutdownHook] INFO sys-user - ====关闭后台任务任务线程池====
  328. 2022-06-10 10:00:10 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
  329. 2022-06-10 10:00:10 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed