AdaKing88
2023-08-23 ae35159387a55199e8ab150ebb97d89d68a235bd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
2023-04-06 14:20:07.344 [background-preinit] INFO  org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.2.5.Final
2023-04-06 14:20:07.367 [main] INFO  org.jeecg.JeecgSystemApplication:55 - Starting JeecgSystemApplication v3.4.4 using Java 11 on DESKTOP-B2KRUIV with PID 67648 (D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\jeecg-system-start-3.4.4.jar started by wh in D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target)
2023-04-06 14:20:07.369 [main] INFO  org.jeecg.JeecgSystemApplication:651 - The following 1 profile is active: "dev"
2023-04-06 14:20:09.137 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2023-04-06 14:20:09.141 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2023-04-06 14:20:09.211 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 55 ms. Found 0 Redis repository interfaces.
2023-04-06 14:20:09.343 [main] INFO  o.j.minidao.auto.MinidaoAutoConfiguration:23 -  ******************* init miniDao config [ begin ] *********************** 
2023-04-06 14:20:09.344 [main] INFO  o.j.minidao.auto.MinidaoAutoConfiguration:25 -  ------ minidao.base-package ------- org.jeecg.modules.jmreport.*
2023-04-06 14:20:09.346 [main] INFO  o.j.minidao.auto.MinidaoAutoConfiguration:42 -  *******************  init miniDao config  [ end ] *********************** 
2023-04-06 14:20:09.390 [main] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDao }
2023-04-06 14:20:09.391 [main] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDataSourceDao }
2023-04-06 14:20:09.392 [main] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbDao }
2023-04-06 14:20:09.392 [main] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbFieldDao }
2023-04-06 14:20:09.393 [main] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbParamDao }
2023-04-06 14:20:09.393 [main] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictDao }
2023-04-06 14:20:09.393 [main] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictItemDao }
2023-04-06 14:20:09.394 [main] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportLinkDao }
2023-04-06 14:20:09.394 [main] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportMapDao }
2023-04-06 14:20:09.394 [main] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportShareDao }
2023-04-06 14:20:09.730 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean '(inner bean)#2e16b08d#9' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.736 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'jimuReportShareDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.738 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean '(inner bean)#2e16b08d#8' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.739 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'jimuReportMapDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.741 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean '(inner bean)#2e16b08d#7' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.742 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'jimuReportLinkDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.743 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean '(inner bean)#2e16b08d#6' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.744 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'jimuReportDictItemDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.746 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean '(inner bean)#2e16b08d#5' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.747 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'jimuReportDictDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.748 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean '(inner bean)#2e16b08d#4' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.749 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'jimuReportDbParamDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.750 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean '(inner bean)#2e16b08d#3' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.751 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'jimuReportDbFieldDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.751 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean '(inner bean)#2e16b08d#2' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.753 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'jimuReportDbDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.754 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean '(inner bean)#2e16b08d#1' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.755 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'jimuReportDataSourceDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.756 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean '(inner bean)#2e16b08d' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.757 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'jimuReportDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.773 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.776 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.793 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration' of type [org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.795 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration' of type [org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.802 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'management.metrics.export.prometheus-org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties' of type [org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.806 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'prometheusConfig' of type [org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusPropertiesConfigAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.809 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'collectorRegistry' of type [io.prometheus.client.CollectorRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.812 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration' of type [org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.814 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'micrometerClock' of type [io.micrometer.core.instrument.Clock$1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.833 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'prometheusMeterRegistry' of type [io.micrometer.prometheus.PrometheusMeterRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.837 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'micrometerOptions' of type [io.lettuce.core.metrics.MicrometerOptions] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:09.839 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'lettuceMetrics' of type [org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration$$Lambda$507/0x0000000800699440] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:10.005 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:10.091 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:10.095 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'jeecgBaseConfig' of type [org.jeecg.config.JeecgBaseConfig] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:10.097 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'shiroConfig' of type [org.jeecg.config.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$44abc62e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:10.365 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:10.372 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$4efdef06] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:10.380 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:10.429 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'shiroRealm' of type [org.jeecg.config.shiro.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:10.585 [main] INFO  org.jeecg.config.shiro.ShiroConfig:231 - ===============(1)�������������RedisCacheManager
2023-04-06 14:20:10.588 [main] INFO  org.jeecg.config.shiro.ShiroConfig:249 - ===============(2)����RedisManager,����Redis..
2023-04-06 14:20:10.593 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'redisManager' of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:10.601 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:10.630 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:10.654 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$f8885be5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:10.659 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:10.994 [main] INFO  o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http)
2023-04-06 14:20:11.005 [main] INFO  org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-9090"]
2023-04-06 14:20:11.006 [main] INFO  org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2023-04-06 14:20:11.006 [main] INFO  org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.69]
2023-04-06 14:20:11.070 [main] INFO  o.a.c.c.ContainerBase.[Tomcat].[localhost].[/org.jeecg.modules.arj.arj]:173 - Initializing Spring embedded WebApplicationContext
2023-04-06 14:20:11.070 [main] INFO  o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 3653 ms
2023-04-06 14:20:11.244 [main] INFO  o.j.m.jmreport.config.init.JimuReportConfiguration:99 -  Init JimuReport Config [ Token Interceptor & Resource Locations ] 
2023-04-06 14:20:15.762 [main] INFO  com.alibaba.druid.pool.DruidDataSource:994 - {dataSource-1,master} inited
2023-04-06 14:20:15.764 [main] INFO  c.b.dynamic.datasource.DynamicRoutingDataSource:132 - dynamic-datasource - load a datasource named [master] success
2023-04-06 14:20:15.765 [main] INFO  c.b.dynamic.datasource.DynamicRoutingDataSource:237 - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2023-04-06 14:20:17.275 [main] INFO  org.jeecg.common.modules.redis.config.RedisConfig:56 -  --- redis config init --- 
2023-04-06 14:20:18.354 [main] INFO  org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor
2023-04-06 14:20:18.357 [main] INFO  org.quartz.simpl.SimpleThreadPool:268 - Job execution threads will use class loader of thread: main
2023-04-06 14:20:18.368 [main] INFO  org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2023-04-06 14:20:18.369 [main] INFO  org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created.
2023-04-06 14:20:18.372 [main] INFO  o.s.scheduling.quartz.LocalDataSourceJobStore:672 - Using db table-based data access locking (synchronization).
2023-04-06 14:20:18.374 [main] INFO  o.s.scheduling.quartz.LocalDataSourceJobStore:145 - JobStoreCMT initialized.
2023-04-06 14:20:18.376 [main] INFO  org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'MyScheduler' with instanceId 'DESKTOP-B2KRUIV1680762018356'
  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.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
 
2023-04-06 14:20:18.376 [main] INFO  org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'MyScheduler' initialized from an externally provided properties instance.
2023-04-06 14:20:18.377 [main] INFO  org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2
2023-04-06 14:20:18.377 [main] INFO  org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1ca610a0
2023-04-06 14:20:19.839 [main] INFO  o.j.modules.jmreport.config.JmReportExecutorConfig:42 -  Init JimuReport Config [ �̳߳� ] 
2023-04-06 14:20:23.611 [main] INFO  o.s.b.actuate.endpoint.web.EndpointLinksResolver:58 - Exposing 2 endpoint(s) beneath base path '/actuator'
2023-04-06 14:20:23.690 [main] INFO  org.jeecg.config.init.CodeGenerateDbConfig:46 -  Init CodeGenerate Config [ Get Db Config From application.yml ] 
2023-04-06 14:20:24.472 [main] INFO  org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-9090"]
2023-04-06 14:20:24.478 [main] WARN  o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'; nested exception is org.springframework.boot.web.server.PortInUseException: Port 9090 is already in use
2023-04-06 14:20:24.486 [main] INFO  o.s.scheduling.quartz.SchedulerFactoryBean:847 - Shutting down Quartz Scheduler
2023-04-06 14:20:24.487 [main] INFO  org.quartz.core.QuartzScheduler:666 - Scheduler MyScheduler_$_DESKTOP-B2KRUIV1680762018356 shutting down.
2023-04-06 14:20:24.487 [main] INFO  org.quartz.core.QuartzScheduler:585 - Scheduler MyScheduler_$_DESKTOP-B2KRUIV1680762018356 paused.
2023-04-06 14:20:24.488 [main] INFO  org.quartz.core.QuartzScheduler:740 - Scheduler MyScheduler_$_DESKTOP-B2KRUIV1680762018356 shutdown complete.
2023-04-06 14:20:24.500 [main] INFO  c.b.dynamic.datasource.DynamicRoutingDataSource:217 - dynamic-datasource start closing ....
2023-04-06 14:20:24.504 [main] INFO  com.alibaba.druid.pool.DruidDataSource:2029 - {dataSource-1} closing ...
2023-04-06 14:20:24.511 [main] INFO  com.alibaba.druid.pool.DruidDataSource:2101 - {dataSource-1} closed
2023-04-06 14:20:24.511 [main] INFO  c.b.dynamic.datasource.DynamicRoutingDataSource:221 - dynamic-datasource all closed success,bye
2023-04-06 14:20:24.533 [main] INFO  org.apache.coyote.http11.Http11NioProtocol:173 - Pausing ProtocolHandler ["http-nio-9090"]
2023-04-06 14:20:24.533 [main] INFO  org.apache.catalina.core.StandardService:173 - Stopping service [Tomcat]
2023-04-06 14:20:24.595 [main] INFO  org.apache.coyote.http11.Http11NioProtocol:173 - Stopping ProtocolHandler ["http-nio-9090"]
2023-04-06 14:20:24.596 [main] INFO  org.apache.coyote.http11.Http11NioProtocol:173 - Destroying ProtocolHandler ["http-nio-9090"]
2023-04-06 14:20:24.608 [main] INFO  o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 - 
 
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-04-06 14:20:24.632 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 - 
 
***************************
APPLICATION FAILED TO START
***************************
 
Description:
 
Web server failed to start. Port 9090 was already in use.
 
Action:
 
Identify and stop the process that's listening on port 9090 or configure this application to listen on another port.
 
2023-04-06 14:20:45.998 [background-preinit] INFO  org.hibernate.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.2.5.Final
2023-04-06 14:20:46.026 [main] INFO  org.jeecg.JeecgSystemApplication:55 - Starting JeecgSystemApplication v3.4.4 using Java 11 on DESKTOP-B2KRUIV with PID 69196 (D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\jeecg-system-start-3.4.4.jar started by wh in D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target)
2023-04-06 14:20:46.027 [main] INFO  org.jeecg.JeecgSystemApplication:651 - The following 1 profile is active: "dev"
2023-04-06 14:20:47.775 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode
2023-04-06 14:20:47.778 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2023-04-06 14:20:47.845 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 53 ms. Found 0 Redis repository interfaces.
2023-04-06 14:20:47.970 [main] INFO  o.j.minidao.auto.MinidaoAutoConfiguration:23 -  ******************* init miniDao config [ begin ] *********************** 
2023-04-06 14:20:47.970 [main] INFO  o.j.minidao.auto.MinidaoAutoConfiguration:25 -  ------ minidao.base-package ------- org.jeecg.modules.jmreport.*
2023-04-06 14:20:47.972 [main] INFO  o.j.minidao.auto.MinidaoAutoConfiguration:42 -  *******************  init miniDao config  [ end ] *********************** 
2023-04-06 14:20:48.014 [main] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDao }
2023-04-06 14:20:48.015 [main] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDataSourceDao }
2023-04-06 14:20:48.015 [main] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbDao }
2023-04-06 14:20:48.016 [main] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbFieldDao }
2023-04-06 14:20:48.017 [main] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbParamDao }
2023-04-06 14:20:48.017 [main] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictDao }
2023-04-06 14:20:48.017 [main] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictItemDao }
2023-04-06 14:20:48.018 [main] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportLinkDao }
2023-04-06 14:20:48.018 [main] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportMapDao }
2023-04-06 14:20:48.018 [main] INFO  o.j.minidao.factory.MiniDaoClassPathMapperScanner:48 - register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportShareDao }
2023-04-06 14:20:48.336 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean '(inner bean)#7da10b5b#9' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.341 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'jimuReportShareDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.343 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean '(inner bean)#7da10b5b#8' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.344 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'jimuReportMapDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.345 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean '(inner bean)#7da10b5b#7' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.346 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'jimuReportLinkDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.347 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean '(inner bean)#7da10b5b#6' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.348 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'jimuReportDictItemDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.349 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean '(inner bean)#7da10b5b#5' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.350 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'jimuReportDictDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.351 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean '(inner bean)#7da10b5b#4' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.353 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'jimuReportDbParamDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.354 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean '(inner bean)#7da10b5b#3' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.355 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'jimuReportDbFieldDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.356 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean '(inner bean)#7da10b5b#2' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.358 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'jimuReportDbDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.359 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean '(inner bean)#7da10b5b#1' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.360 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'jimuReportDataSourceDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.361 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean '(inner bean)#7da10b5b' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.362 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'jimuReportDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.381 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.386 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.404 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration' of type [org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.407 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration' of type [org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.414 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'management.metrics.export.prometheus-org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties' of type [org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.418 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'prometheusConfig' of type [org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusPropertiesConfigAdapter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.422 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'collectorRegistry' of type [io.prometheus.client.CollectorRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.424 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration' of type [org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.426 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'micrometerClock' of type [io.micrometer.core.instrument.Clock$1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.446 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'prometheusMeterRegistry' of type [io.micrometer.prometheus.PrometheusMeterRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.450 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'micrometerOptions' of type [io.lettuce.core.metrics.MicrometerOptions] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.450 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'lettuceMetrics' of type [org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration$$Lambda$507/0x000000080069fc40] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.627 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.711 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.715 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'jeecgBaseConfig' of type [org.jeecg.config.JeecgBaseConfig] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.718 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'shiroConfig' of type [org.jeecg.config.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$4d0af00c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.986 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.992 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$575d18e4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:48.999 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:49.047 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'shiroRealm' of type [org.jeecg.config.shiro.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:49.199 [main] INFO  org.jeecg.config.shiro.ShiroConfig:231 - ===============(1)�������������RedisCacheManager
2023-04-06 14:20:49.203 [main] INFO  org.jeecg.config.shiro.ShiroConfig:249 - ===============(2)����RedisManager,����Redis..
2023-04-06 14:20:49.207 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'redisManager' of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:49.213 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:49.240 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:49.264 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$e785c3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:49.268 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'eventBus' of type [org.apache.shiro.event.support.DefaultEventBus] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-04-06 14:20:49.585 [main] INFO  o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 9090 (http)
2023-04-06 14:20:49.597 [main] INFO  org.apache.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-9090"]
2023-04-06 14:20:49.598 [main] INFO  org.apache.catalina.core.StandardService:173 - Starting service [Tomcat]
2023-04-06 14:20:49.599 [main] INFO  org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.69]
2023-04-06 14:20:49.661 [main] INFO  o.a.c.c.ContainerBase.[Tomcat].[localhost].[/org.jeecg.modules.arj.arj]:173 - Initializing Spring embedded WebApplicationContext
2023-04-06 14:20:49.662 [main] INFO  o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 3587 ms
2023-04-06 14:20:49.825 [main] INFO  o.j.m.jmreport.config.init.JimuReportConfiguration:99 -  Init JimuReport Config [ Token Interceptor & Resource Locations ] 
2023-04-06 14:20:54.236 [main] INFO  com.alibaba.druid.pool.DruidDataSource:994 - {dataSource-1,master} inited
2023-04-06 14:20:54.237 [main] INFO  c.b.dynamic.datasource.DynamicRoutingDataSource:132 - dynamic-datasource - load a datasource named [master] success
2023-04-06 14:20:54.238 [main] INFO  c.b.dynamic.datasource.DynamicRoutingDataSource:237 - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
2023-04-06 14:20:55.583 [main] INFO  org.jeecg.common.modules.redis.config.RedisConfig:56 -  --- redis config init --- 
2023-04-06 14:20:56.630 [main] INFO  org.quartz.impl.StdSchedulerFactory:1220 - Using default implementation for ThreadExecutor
2023-04-06 14:20:56.634 [main] INFO  org.quartz.simpl.SimpleThreadPool:268 - Job execution threads will use class loader of thread: main
2023-04-06 14:20:56.644 [main] INFO  org.quartz.core.SchedulerSignalerImpl:61 - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2023-04-06 14:20:56.645 [main] INFO  org.quartz.core.QuartzScheduler:229 - Quartz Scheduler v.2.3.2 created.
2023-04-06 14:20:56.648 [main] INFO  o.s.scheduling.quartz.LocalDataSourceJobStore:672 - Using db table-based data access locking (synchronization).
2023-04-06 14:20:56.650 [main] INFO  o.s.scheduling.quartz.LocalDataSourceJobStore:145 - JobStoreCMT initialized.
2023-04-06 14:20:56.652 [main] INFO  org.quartz.core.QuartzScheduler:294 - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'MyScheduler' with instanceId 'DESKTOP-B2KRUIV1680762056633'
  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.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
 
2023-04-06 14:20:56.652 [main] INFO  org.quartz.impl.StdSchedulerFactory:1374 - Quartz scheduler 'MyScheduler' initialized from an externally provided properties instance.
2023-04-06 14:20:56.653 [main] INFO  org.quartz.impl.StdSchedulerFactory:1378 - Quartz scheduler version: 2.3.2
2023-04-06 14:20:56.653 [main] INFO  org.quartz.core.QuartzScheduler:2293 - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1e1232cf
2023-04-06 14:20:58.178 [main] INFO  o.j.modules.jmreport.config.JmReportExecutorConfig:42 -  Init JimuReport Config [ �̳߳� ] 
2023-04-06 14:21:01.834 [main] INFO  o.s.b.actuate.endpoint.web.EndpointLinksResolver:58 - Exposing 2 endpoint(s) beneath base path '/actuator'
2023-04-06 14:21:01.926 [main] INFO  org.jeecg.config.init.CodeGenerateDbConfig:46 -  Init CodeGenerate Config [ Get Db Config From application.yml ] 
2023-04-06 14:21:02.699 [main] INFO  org.apache.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-9090"]
2023-04-06 14:21:02.718 [main] INFO  o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 9090 (http) with context path '/org.jeecg.modules.arj.arj'
2023-04-06 14:21:04.175 [main] INFO  o.s.scheduling.quartz.SchedulerFactoryBean:734 - Will start Quartz Scheduler [MyScheduler] in 1 seconds
2023-04-06 14:21:04.188 [main] INFO  org.jeecg.JeecgSystemApplication:61 - Started JeecgSystemApplication in 18.969 seconds (JVM running for 19.518)
2023-04-06 14:21:04.194 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:30 -  Init Code Generate Template [ ��������JAR����������Copyģ�嵽configĿ¼ ] 
2023-04-06 14:21:04.217 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/common/blob.ftl
2023-04-06 14:21:04.240 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/common/form/native/vue3NativeComponents.ftl
2023-04-06 14:21:04.242 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/common/form/native/vue3NativeForm.ftl
2023-04-06 14:21:04.245 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/common/form/native/vue3NativeImport.ftl
2023-04-06 14:21:04.246 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/common/form/native/vue3NativeSearch.ftl
2023-04-06 14:21:04.248 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/common/form/vue3Jvxepopup.ftl
2023-04-06 14:21:04.249 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/common/form/vue3popup.ftl
2023-04-06 14:21:04.252 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/common/init/initValue.ftl
2023-04-06 14:21:04.254 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/common/init/initValueSub.ftl
2023-04-06 14:21:04.255 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/common/sql/menu_insert.ftl
2023-04-06 14:21:04.257 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/common/utils.ftl
2023-04-06 14:21:04.259 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/common/validatorRulesTemplate/core.ftl
2023-04-06 14:21:04.261 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/common/validatorRulesTemplate/main.ftl
2023-04-06 14:21:04.262 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/common/validatorRulesTemplate/native/vue3CoreNative.ftl
2023-04-06 14:21:04.263 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/common/validatorRulesTemplate/native/vue3MainNative.ftl
2023-04-06 14:21:04.265 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/common/validatorRulesTemplate/sub-vue3.ftl
2023-04-06 14:21:04.266 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/common/validatorRulesTemplate/sub.ftl
2023-04-06 14:21:04.268 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai
2023-04-06 14:21:04.280 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/entity/${entityName}.javai
2023-04-06 14:21:04.283 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/mapper/${entityName}Mapper.javai
2023-04-06 14:21:04.284 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/mapper/xml/${entityName}Mapper.xml
2023-04-06 14:21:04.286 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/service/I${entityName}Service.javai
2023-04-06 14:21:04.288 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/service/impl/${entityName}ServiceImpl.javai
2023-04-06 14:21:04.289 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/vue/${entityName}List.vuei
2023-04-06 14:21:04.292 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/vue/${entityName}_menu_insert.sql
2023-04-06 14:21:04.293 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Form.vuei
2023-04-06 14:21:04.295 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Modal.vuei
2023-04-06 14:21:04.296 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Modal__Style#Drawer.vuei
2023-04-06 14:21:04.298 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/vue3/${entityName}List.vuei
2023-04-06 14:21:04.300 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/vue3/${entityName}_menu_insert.sql
2023-04-06 14:21:04.302 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/vue3/${entityName}__api.tsi
2023-04-06 14:21:04.303 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/vue3/${entityName}__data.tsi
2023-04-06 14:21:04.304 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/vue3/components/${entityName}Form.vuei
2023-04-06 14:21:04.306 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/vue3/components/${entityName}Modal.vuei
2023-04-06 14:21:04.307 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}List.vuei
2023-04-06 14:21:04.309 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}_menu_insert.sql
2023-04-06 14:21:04.310 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}__api.tsi
2023-04-06 14:21:04.312 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}__data.tsi
2023-04-06 14:21:04.313 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/vue3Native/components/${entityName}Form.vuei
2023-04-06 14:21:04.315 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/one/java/${bussiPackage}/${entityPackage}/vue3Native/components/${entityName}Modal.vuei
2023-04-06 14:21:04.317 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai
2023-04-06 14:21:04.320 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/onetomany/java/${bussiPackage}/${entityPackage}/entity/${entityName}.javai
2023-04-06 14:21:04.322 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/onetomany/java/${bussiPackage}/${entityPackage}/entity/[1-n]Entity.javai
2023-04-06 14:21:04.323 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/onetomany/java/${bussiPackage}/${entityPackage}/mapper/${entityName}Mapper.javai
2023-04-06 14:21:04.325 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/onetomany/java/${bussiPackage}/${entityPackage}/mapper/xml/${entityName}Mapper.xml
2023-04-06 14:21:04.327 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/onetomany/java/${bussiPackage}/${entityPackage}/mapper/xml/[1-n]Mapper.xml
2023-04-06 14:21:04.328 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/onetomany/java/${bussiPackage}/${entityPackage}/mapper/[1-n]Mapper.javai
2023-04-06 14:21:04.329 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/onetomany/java/${bussiPackage}/${entityPackage}/service/I${entityName}Service.javai
2023-04-06 14:21:04.331 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/onetomany/java/${bussiPackage}/${entityPackage}/service/impl/${entityName}ServiceImpl.javai
2023-04-06 14:21:04.332 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/onetomany/java/${bussiPackage}/${entityPackage}/service/impl/[1-n]ServiceImpl.javai
2023-04-06 14:21:04.333 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/onetomany/java/${bussiPackage}/${entityPackage}/service/[1-n]Service.javai
2023-04-06 14:21:04.334 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/onetomany/java/${bussiPackage}/${entityPackage}/vo/${entityName}Page.javai
2023-04-06 14:21:04.336 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/onetomany/java/${bussiPackage}/${entityPackage}/vue/${entityName}List.vuei
2023-04-06 14:21:04.338 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/onetomany/java/${bussiPackage}/${entityPackage}/vue/${entityName}_menu_insert.sql
2023-04-06 14:21:04.339 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/onetomany/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Form.vuei
2023-04-06 14:21:04.341 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/onetomany/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Modal.vuei
2023-04-06 14:21:04.342 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/onetomany/java/${bussiPackage}/${entityPackage}/vue/modules/[1-n]Form.vuei
2023-04-06 14:21:04.343 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/tree/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai
2023-04-06 14:21:04.347 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/tree/java/${bussiPackage}/${entityPackage}/entity/${entityName}.javai
2023-04-06 14:21:04.349 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/tree/java/${bussiPackage}/${entityPackage}/mapper/${entityName}Mapper.javai
2023-04-06 14:21:04.350 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/tree/java/${bussiPackage}/${entityPackage}/mapper/xml/${entityName}Mapper.xml
2023-04-06 14:21:04.351 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/tree/java/${bussiPackage}/${entityPackage}/service/I${entityName}Service.javai
2023-04-06 14:21:04.353 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/tree/java/${bussiPackage}/${entityPackage}/service/impl/${entityName}ServiceImpl.javai
2023-04-06 14:21:04.354 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/tree/java/${bussiPackage}/${entityPackage}/vue/${entityName}List.vuei
2023-04-06 14:21:04.356 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/tree/java/${bussiPackage}/${entityPackage}/vue/${entityName}_menu_insert.sql
2023-04-06 14:21:04.357 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/tree/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Modal.vuei
2023-04-06 14:21:04.359 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/tree/java/${bussiPackage}/${entityPackage}/vue3/${entityName}List.vuei
2023-04-06 14:21:04.360 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/tree/java/${bussiPackage}/${entityPackage}/vue3/${entityName}_menu_insert.sql
2023-04-06 14:21:04.361 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/tree/java/${bussiPackage}/${entityPackage}/vue3/${entityName}__api.tsi
2023-04-06 14:21:04.363 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/tree/java/${bussiPackage}/${entityPackage}/vue3/${entityName}__data.tsi
2023-04-06 14:21:04.364 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/tree/java/${bussiPackage}/${entityPackage}/vue3/components/${entityName}Form.vuei
2023-04-06 14:21:04.366 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/tree/java/${bussiPackage}/${entityPackage}/vue3/components/${entityName}Modal.vuei
2023-04-06 14:21:04.367 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/tree/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}List.vuei
2023-04-06 14:21:04.369 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/tree/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}_menu_insert.sql
2023-04-06 14:21:04.370 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/tree/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}__api.tsi
2023-04-06 14:21:04.371 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/tree/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}__data.tsi
2023-04-06 14:21:04.373 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/tree/java/${bussiPackage}/${entityPackage}/vue3Native/components/${entityName}Form.vuei
2023-04-06 14:21:04.374 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/default/tree/java/${bussiPackage}/${entityPackage}/vue3Native/components/${entityName}Modal.vuei
2023-04-06 14:21:04.375 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai
2023-04-06 14:21:04.379 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/entity/${entityName}.javai
2023-04-06 14:21:04.380 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/entity/[1-n]Entity.javai
2023-04-06 14:21:04.381 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/mapper/${entityName}Mapper.javai
2023-04-06 14:21:04.382 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/mapper/xml/${entityName}Mapper.xml
2023-04-06 14:21:04.383 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/mapper/xml/[1-n]Mapper.xml
2023-04-06 14:21:04.385 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/mapper/[1-n]Mapper.javai
2023-04-06 14:21:04.386 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/service/I${entityName}Service.javai
2023-04-06 14:21:04.387 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/service/impl/${entityName}ServiceImpl.javai
2023-04-06 14:21:04.388 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/service/impl/[1-n]ServiceImpl.javai
2023-04-06 14:21:04.388 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/service/[1-n]Service.javai
2023-04-06 14:21:04.389 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/vue/${entityName}List.vuei
2023-04-06 14:21:04.391 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/vue/${entityName}_menu_insert.sql
2023-04-06 14:21:04.392 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Modal.vuei
2023-04-06 14:21:04.393 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/vue/modules/[1-n]Modal.vuei
2023-04-06 14:21:04.394 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/vue/[1-n]List.vuei
2023-04-06 14:21:04.396 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/vue3/${entityName}List.vuei
2023-04-06 14:21:04.398 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/vue3/${entityName}_menu_insert.sql
2023-04-06 14:21:04.399 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/vue3/${entityName}__api.tsi
2023-04-06 14:21:04.400 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/vue3/${entityName}__data.tsi
2023-04-06 14:21:04.401 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/vue3/components/${entityName}Modal.vuei
2023-04-06 14:21:04.403 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/vue3/components/[1-n]Modal.vuei
2023-04-06 14:21:04.404 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/erp/onetomany/java/${bussiPackage}/${entityPackage}/vue3/[1-n]List.vuei
2023-04-06 14:21:04.405 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai
2023-04-06 14:21:04.409 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/entity/${entityName}.javai
2023-04-06 14:21:04.410 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/entity/[1-n]Entity.javai
2023-04-06 14:21:04.411 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/mapper/${entityName}Mapper.javai
2023-04-06 14:21:04.413 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/mapper/xml/${entityName}Mapper.xml
2023-04-06 14:21:04.414 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/mapper/xml/[1-n]Mapper.xml
2023-04-06 14:21:04.415 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/mapper/[1-n]Mapper.javai
2023-04-06 14:21:04.416 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/service/I${entityName}Service.javai
2023-04-06 14:21:04.417 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/service/impl/${entityName}ServiceImpl.javai
2023-04-06 14:21:04.419 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/service/impl/[1-n]ServiceImpl.javai
2023-04-06 14:21:04.420 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/service/[1-n]Service.javai
2023-04-06 14:21:04.421 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/vo/${entityName}Page.javai
2023-04-06 14:21:04.422 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/vue/${entityName}List.vuei
2023-04-06 14:21:04.424 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/vue/${entityName}_menu_insert.sql
2023-04-06 14:21:04.425 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Form.vuei
2023-04-06 14:21:04.426 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Modal.vuei
2023-04-06 14:21:04.428 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/vue/modules/[1-n]Form.vuei
2023-04-06 14:21:04.429 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/vue/subTables/[1-n]SubTable.vuei
2023-04-06 14:21:04.430 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/vue3/${entityName}List.vuei
2023-04-06 14:21:04.432 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/vue3/${entityName}_menu_insert.sql
2023-04-06 14:21:04.433 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/vue3/${entityName}__api.tsi
2023-04-06 14:21:04.434 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/vue3/${entityName}__data.tsi
2023-04-06 14:21:04.436 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/vue3/components/${entityName}Form.vuei
2023-04-06 14:21:04.438 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/vue3/components/${entityName}Modal.vuei
2023-04-06 14:21:04.439 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/vue3/components/[1-n]Form.vuei
2023-04-06 14:21:04.440 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/inner-table/onetomany/java/${bussiPackage}/${entityPackage}/vue3/subTables/[1-n]SubTable.vuei
2023-04-06 14:21:04.442 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai
2023-04-06 14:21:04.447 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/entity/${entityName}.javai
2023-04-06 14:21:04.448 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/entity/[1-n]Entity.javai
2023-04-06 14:21:04.449 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/mapper/${entityName}Mapper.javai
2023-04-06 14:21:04.451 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/mapper/xml/${entityName}Mapper.xml
2023-04-06 14:21:04.453 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/mapper/xml/[1-n]Mapper.xml
2023-04-06 14:21:04.454 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/mapper/[1-n]Mapper.javai
2023-04-06 14:21:04.455 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/service/I${entityName}Service.javai
2023-04-06 14:21:04.456 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/service/impl/${entityName}ServiceImpl.javai
2023-04-06 14:21:04.458 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/service/impl/[1-n]ServiceImpl.javai
2023-04-06 14:21:04.460 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/service/[1-n]Service.javai
2023-04-06 14:21:04.461 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/vo/${entityName}Page.javai
2023-04-06 14:21:04.463 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/vue/${entityName}List.vuei
2023-04-06 14:21:04.464 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/vue/${entityName}_menu_insert.sql
2023-04-06 14:21:04.465 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Form.vuei
2023-04-06 14:21:04.467 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Modal.vuei
2023-04-06 14:21:04.468 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/vue/modules/[1-n]Form.vuei
2023-04-06 14:21:04.469 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/vue3/${entityName}List.vuei
2023-04-06 14:21:04.471 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/vue3/${entityName}_menu_insert.sql
2023-04-06 14:21:04.472 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/vue3/${entityName}__api.tsi
2023-04-06 14:21:04.473 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/vue3/${entityName}__data.tsi
2023-04-06 14:21:04.475 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/vue3/components/${entityName}Form.vuei
2023-04-06 14:21:04.476 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/vue3/components/${entityName}Modal.vuei
2023-04-06 14:21:04.478 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/vue3/components/[1-n]Form.vuei
2023-04-06 14:21:04.479 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}List.vuei
2023-04-06 14:21:04.481 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}_menu_insert.sql
2023-04-06 14:21:04.481 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}__api.tsi
2023-04-06 14:21:04.482 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}__data.tsi
2023-04-06 14:21:04.484 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/vue3Native/components/${entityName}Form.vuei
2023-04-06 14:21:04.485 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/vue3Native/components/${entityName}Modal.vuei
2023-04-06 14:21:04.487 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/jvxe/onetomany/java/${bussiPackage}/${entityPackage}/vue3Native/components/[1-n]Form.vuei
2023-04-06 14:21:04.488 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai
2023-04-06 14:21:04.491 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/entity/${entityName}.javai
2023-04-06 14:21:04.493 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/entity/[1-n]Entity.javai
2023-04-06 14:21:04.494 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/mapper/${entityName}Mapper.javai
2023-04-06 14:21:04.495 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/mapper/xml/${entityName}Mapper.xml
2023-04-06 14:21:04.496 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/mapper/xml/[1-n]Mapper.xml
2023-04-06 14:21:04.497 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/mapper/[1-n]Mapper.javai
2023-04-06 14:21:04.498 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/service/I${entityName}Service.javai
2023-04-06 14:21:04.500 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/service/impl/${entityName}ServiceImpl.javai
2023-04-06 14:21:04.501 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/service/impl/[1-n]ServiceImpl.javai
2023-04-06 14:21:04.502 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/service/[1-n]Service.javai
2023-04-06 14:21:04.503 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/vo/${entityName}Page.javai
2023-04-06 14:21:04.505 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/vue/${entityName}List.vuei
2023-04-06 14:21:04.507 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/vue/${entityName}_menu_insert.sql
2023-04-06 14:21:04.508 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Form.vuei
2023-04-06 14:21:04.509 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Modal.vuei
2023-04-06 14:21:04.510 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/vue/modules/[1-n]Form.vuei
2023-04-06 14:21:04.512 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/vue3/${entityName}List.vuei
2023-04-06 14:21:04.513 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/vue3/${entityName}_menu_insert.sql
2023-04-06 14:21:04.514 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/vue3/${entityName}__api.tsi
2023-04-06 14:21:04.515 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/vue3/${entityName}__data.tsi
2023-04-06 14:21:04.517 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/vue3/components/${entityName}Form.vuei
2023-04-06 14:21:04.518 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/vue3/components/${entityName}Modal.vuei
2023-04-06 14:21:04.519 [main] INFO  org.jeecg.config.init.CodeTemplateInitListener:62 - create file codeTemplate = D:\2023\org.jeecg.modules.arj.arj\workspace\org.jeecg.modules.arj.arj-boot\jeecg-module-system\jeecg-system-start\target\config\jeecg/code-template-online/tab/onetomany/java/${bussiPackage}/${entityPackage}/vue3/components/[1-n]Form.vuei
2023-04-06 14:21:04.522 [main] INFO  org.jeecg.JeecgSystemApplication:36 - 
----------------------------------------------------------
    Application Jeecg-Boot is running! Access URLs:
    Local:         http://localhost:9090/org.jeecg.modules.arj.arj/
    External:     http://192.168.11.169:9090/org.jeecg.modules.arj.arj/
    Swagger�ĵ�:     http://192.168.11.169:9090/org.jeecg.modules.arj.arj/doc.html
----------------------------------------------------------
2023-04-06 14:21:05.181 [Quartz Scheduler [MyScheduler]] INFO  o.s.scheduling.quartz.SchedulerFactoryBean:750 - Starting Quartz Scheduler now, after delay of 1 seconds
2023-04-06 14:21:05.890 [Quartz Scheduler [MyScheduler]] INFO  org.quartz.core.QuartzScheduler:547 - Scheduler MyScheduler_$_DESKTOP-B2KRUIV1680762056633 started.
2023-04-06 14:21:19.590 [http-nio-9090-exec-1] INFO  o.a.c.c.ContainerBase.[Tomcat].[localhost].[/org.jeecg.modules.arj.arj]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-04-06 14:21:19.594 [http-nio-9090-exec-1] INFO  org.springframework.web.servlet.DispatcherServlet:525 - Initializing Servlet 'dispatcherServlet'
2023-04-06 14:21:19.599 [http-nio-9090-exec-1] INFO  org.springframework.web.servlet.DispatcherServlet:547 - Completed initialization in 2 ms
2023-04-06 14:21:19.826 [http-nio-9090-exec-2] INFO  org.jeecg.config.shiro.ShiroRealm:97 - ���������������������֤ʧ�ܡ�������������������IP��ַ:  0:0:0:0:0:0:0:1��URL:/org.jeecg.modules.arj.arj/error
2023-04-06 14:21:20.736 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:21:34.906 [http-nio-9090-exec-6] INFO  org.jeecg.config.shiro.ShiroRealm:97 - ���������������������֤ʧ�ܡ�������������������IP��ַ:  0:0:0:0:0:0:0:1��URL:/org.jeecg.modules.arj.arj/error
2023-04-06 14:21:35.899 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:21:51.007 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:22:06.126 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:22:21.246 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:22:36.367 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:22:51.544 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:23:06.665 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:23:21.783 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:23:36.903 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:23:52.085 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:24:07.204 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:24:22.323 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:24:37.518 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:24:52.636 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:25:07.755 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:25:22.936 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:25:38.055 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:25:53.229 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:26:08.350 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:26:23.472 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:26:38.594 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:26:53.716 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:27:08.822 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:27:23.951 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:27:39.112 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:27:54.289 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:28:09.409 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:28:24.526 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:28:39.644 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:28:54.765 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:28:54.926 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] ERROR druid.sql.Statement:149 - {conn-10005, pstmt-20004} execute error. INSERT INTO QRTZ_SCHEDULER_STATE (SCHED_NAME, INSTANCE_NAME, LAST_CHECKIN_TIME, CHECKIN_INTERVAL) VALUES('MyScheduler', ?, ?, ?)
com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
    at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:123)
    at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
    at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:916)
    at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1061)
    at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1009)
    at com.mysql.cj.jdbc.ClientPreparedStatement.executeLargeUpdate(ClientPreparedStatement.java:1320)
    at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdate(ClientPreparedStatement.java:994)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeUpdate(FilterChainImpl.java:3253)
    at com.alibaba.druid.filter.FilterAdapter.preparedStatement_executeUpdate(FilterAdapter.java:1092)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeUpdate(FilterEventAdapter.java:491)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeUpdate(FilterChainImpl.java:3251)
    at com.alibaba.druid.wall.WallFilter.preparedStatement_executeUpdate(WallFilter.java:661)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeUpdate(FilterChainImpl.java:3251)
    at com.alibaba.druid.filter.FilterAdapter.preparedStatement_executeUpdate(FilterAdapter.java:1092)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeUpdate(FilterEventAdapter.java:491)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeUpdate(FilterChainImpl.java:3251)
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeUpdate(PreparedStatementProxyImpl.java:194)
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeUpdate(DruidPooledPreparedStatement.java:255)
    at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.insertSchedulerState(StdJDBCDelegate.java:2948)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport.clusterCheckIn(JobStoreSupport.java:3478)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3330)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
2023-04-06 14:28:55.047 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] ERROR o.s.scheduling.quartz.LocalDataSourceJobStore:3941 - ClusterManager: Error managing cluster: Failure updating scheduler state when checking-in: Deadlock found when trying to get lock; try restarting transaction
org.quartz.JobPersistenceException: Failure updating scheduler state when checking-in: Deadlock found when trying to get lock; try restarting transaction
    at org.quartz.impl.jdbcjobstore.JobStoreSupport.clusterCheckIn(JobStoreSupport.java:3483)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3330)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3935)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3972)
Caused by: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Deadlock found when trying to get lock; try restarting transaction
    at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:123)
    at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
    at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:916)
    at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1061)
    at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1009)
    at com.mysql.cj.jdbc.ClientPreparedStatement.executeLargeUpdate(ClientPreparedStatement.java:1320)
    at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdate(ClientPreparedStatement.java:994)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeUpdate(FilterChainImpl.java:3253)
    at com.alibaba.druid.filter.FilterAdapter.preparedStatement_executeUpdate(FilterAdapter.java:1092)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeUpdate(FilterEventAdapter.java:491)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeUpdate(FilterChainImpl.java:3251)
    at com.alibaba.druid.wall.WallFilter.preparedStatement_executeUpdate(WallFilter.java:661)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeUpdate(FilterChainImpl.java:3251)
    at com.alibaba.druid.filter.FilterAdapter.preparedStatement_executeUpdate(FilterAdapter.java:1092)
    at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_executeUpdate(FilterEventAdapter.java:491)
    at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_executeUpdate(FilterChainImpl.java:3251)
    at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.executeUpdate(PreparedStatementProxyImpl.java:194)
    at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeUpdate(DruidPooledPreparedStatement.java:255)
    at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.insertSchedulerState(StdJDBCDelegate.java:2948)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport.clusterCheckIn(JobStoreSupport.java:3478)
    ... 3 common frames omitted
2023-04-06 14:29:10.169 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:29:25.347 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:29:40.466 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:29:55.587 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:30:10.714 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:30:25.890 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:30:41.010 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:30:56.130 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:31:11.250 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:31:26.371 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:31:41.490 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:31:56.609 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:32:11.730 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:32:26.849 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:32:41.973 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:32:57.093 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:33:12.272 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:33:27.392 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:33:42.510 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:33:57.630 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:34:12.776 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:34:27.895 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:34:43.033 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:34:58.151 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:35:13.269 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:35:28.386 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:35:43.506 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:35:58.680 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:36:13.800 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:36:28.978 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:36:44.097 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:36:59.217 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:37:14.335 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:37:29.454 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:37:44.574 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:37:59.693 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:38:14.870 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:38:29.989 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:38:45.108 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:39:00.285 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:39:15.403 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:39:30.520 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:39:45.638 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:40:00.757 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:40:15.874 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:40:30.994 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:40:46.112 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:41:01.230 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:41:16.408 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:41:31.527 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:41:46.704 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:42:01.825 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:42:17.003 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:42:32.121 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:42:47.240 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:43:02.365 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:43:17.485 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:43:32.670 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:43:47.777 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:44:02.937 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:44:18.056 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:44:33.174 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:44:48.292 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:44:49.956 [SpringApplicationShutdownHook] WARN  o.s.context.support.DefaultLifecycleProcessor:260 - Failed to stop bean 'redisContainer'
java.lang.NoClassDefFoundError: org/apache/commons/pool2/impl/LinkedBlockingDeque$Node
    at org.apache.commons.pool2.impl.LinkedBlockingDeque.linkFirst(LinkedBlockingDeque.java:638)
    at org.apache.commons.pool2.impl.LinkedBlockingDeque.offerFirst(LinkedBlockingDeque.java:730)
    at org.apache.commons.pool2.impl.LinkedBlockingDeque.addFirst(LinkedBlockingDeque.java:399)
    at org.apache.commons.pool2.impl.GenericObjectPool.returnObject(GenericObjectPool.java:1085)
    at io.lettuce.core.support.ConnectionPoolSupport$1.returnObject(ConnectionPoolSupport.java:132)
    at io.lettuce.core.support.ConnectionPoolSupport$1.returnObject(ConnectionPoolSupport.java:117)
    at org.springframework.data.redis.connection.lettuce.LettucePoolingConnectionProvider.release(LettucePoolingConnectionProvider.java:180)
    at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.release(LettuceConnectionFactory.java:1664)
    at org.springframework.data.redis.connection.lettuce.LettuceSubscription.doClose(LettuceSubscription.java:105)
    at org.springframework.data.redis.connection.util.AbstractSubscription.close(AbstractSubscription.java:106)
    at org.springframework.data.redis.listener.RedisMessageListenerContainer$SubscriptionTask.cancel(RedisMessageListenerContainer.java:880)
    at org.springframework.data.redis.listener.RedisMessageListenerContainer.stop(RedisMessageListenerContainer.java:238)
    at org.springframework.data.redis.listener.RedisMessageListenerContainer.stop(RedisMessageListenerContainer.java:192)
    at org.springframework.context.support.DefaultLifecycleProcessor.doStop(DefaultLifecycleProcessor.java:234)
    at org.springframework.context.support.DefaultLifecycleProcessor.access$300(DefaultLifecycleProcessor.java:54)
    at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.stop(DefaultLifecycleProcessor.java:373)
    at org.springframework.context.support.DefaultLifecycleProcessor.stopBeans(DefaultLifecycleProcessor.java:206)
    at org.springframework.context.support.DefaultLifecycleProcessor.onClose(DefaultLifecycleProcessor.java:129)
    at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1067)
    at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.doClose(ServletWebServerApplicationContext.java:172)
    at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:1021)
    at org.springframework.boot.SpringApplicationShutdownHook.closeAndWait(SpringApplicationShutdownHook.java:145)
    at java.base/java.lang.Iterable.forEach(Iterable.java:75)
    at org.springframework.boot.SpringApplicationShutdownHook.run(SpringApplicationShutdownHook.java:114)
    at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.ClassNotFoundException: org.apache.commons.pool2.impl.LinkedBlockingDeque$Node
    at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:471)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:588)
    at org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(LaunchedURLClassLoader.java:151)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
    ... 25 common frames omitted
2023-04-06 14:44:49.958 [SpringApplicationShutdownHook] INFO  org.quartz.core.QuartzScheduler:585 - Scheduler MyScheduler_$_DESKTOP-B2KRUIV1680762056633 paused.
2023-04-06 14:44:49.961 [SpringApplicationShutdownHook] WARN  o.s.context.support.DefaultLifecycleProcessor:260 - Failed to stop bean 'webServerGracefulShutdown'
java.lang.NoClassDefFoundError: org/springframework/boot/web/server/GracefulShutdownResult
    at org.springframework.boot.web.context.WebServerGracefulShutdownLifecycle.stop(WebServerGracefulShutdownLifecycle.java:62)
    at org.springframework.context.support.DefaultLifecycleProcessor.doStop(DefaultLifecycleProcessor.java:234)
    at org.springframework.context.support.DefaultLifecycleProcessor.access$300(DefaultLifecycleProcessor.java:54)
    at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.stop(DefaultLifecycleProcessor.java:373)
    at org.springframework.context.support.DefaultLifecycleProcessor.stopBeans(DefaultLifecycleProcessor.java:206)
    at org.springframework.context.support.DefaultLifecycleProcessor.onClose(DefaultLifecycleProcessor.java:129)
    at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1067)
    at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.doClose(ServletWebServerApplicationContext.java:172)
    at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:1021)
    at org.springframework.boot.SpringApplicationShutdownHook.closeAndWait(SpringApplicationShutdownHook.java:145)
    at java.base/java.lang.Iterable.forEach(Iterable.java:75)
    at org.springframework.boot.SpringApplicationShutdownHook.run(SpringApplicationShutdownHook.java:114)
    at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.ClassNotFoundException: org.springframework.boot.web.server.GracefulShutdownResult
    at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:471)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:588)
    at org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(LaunchedURLClassLoader.java:151)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
    ... 13 common frames omitted
2023-04-06 14:45:03.413 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:45:18.653 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:45:19.964 [SpringApplicationShutdownHook] INFO  o.s.context.support.DefaultLifecycleProcessor:383 - Failed to shut down 2 beans with phase value 2147483647 within timeout of 30000ms: [redisContainer, webServerGracefulShutdown]
2023-04-06 14:45:20.019 [SpringApplicationShutdownHook] WARN  o.s.context.support.DefaultLifecycleProcessor:260 - Failed to stop bean 'webServerStartStop'
java.lang.NoClassDefFoundError: org/apache/catalina/Lifecycle$SingleUse
    at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:269)
    at org.apache.catalina.startup.Tomcat.stop(Tomcat.java:496)
    at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.stopTomcat(TomcatWebServer.java:273)
    at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.stop(TomcatWebServer.java:331)
    at org.springframework.boot.web.servlet.context.WebServerStartStopLifecycle.stop(WebServerStartStopLifecycle.java:52)
    at org.springframework.context.SmartLifecycle.stop(SmartLifecycle.java:117)
    at org.springframework.context.support.DefaultLifecycleProcessor.doStop(DefaultLifecycleProcessor.java:234)
    at org.springframework.context.support.DefaultLifecycleProcessor.access$300(DefaultLifecycleProcessor.java:54)
    at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.stop(DefaultLifecycleProcessor.java:373)
    at org.springframework.context.support.DefaultLifecycleProcessor.stopBeans(DefaultLifecycleProcessor.java:206)
    at org.springframework.context.support.DefaultLifecycleProcessor.onClose(DefaultLifecycleProcessor.java:129)
    at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1067)
    at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.doClose(ServletWebServerApplicationContext.java:172)
    at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:1021)
    at org.springframework.boot.SpringApplicationShutdownHook.closeAndWait(SpringApplicationShutdownHook.java:145)
    at java.base/java.lang.Iterable.forEach(Iterable.java:75)
    at org.springframework.boot.SpringApplicationShutdownHook.run(SpringApplicationShutdownHook.java:114)
    at java.base/java.lang.Thread.run(Thread.java:834)
2023-04-06 14:45:33.772 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:45:48.892 [QuartzScheduler_MyScheduler-DESKTOP-B2KRUIV1680762056633_ClusterManager] WARN  o.s.scheduling.quartz.LocalDataSourceJobStore:3411 - This scheduler instance (DESKTOP-B2KRUIV1680762056633) is still active but was recovered by another instance in the cluster.  This may cause inconsistent behavior.
2023-04-06 14:45:50.023 [SpringApplicationShutdownHook] INFO  o.s.context.support.DefaultLifecycleProcessor:383 - Failed to shut down 1 bean with phase value 2147483646 within timeout of 30000ms: [webServerStartStop]
2023-04-06 14:45:50.034 [SpringApplicationShutdownHook] INFO  o.s.scheduling.quartz.SchedulerFactoryBean:847 - Shutting down Quartz Scheduler
2023-04-06 14:45:50.035 [SpringApplicationShutdownHook] INFO  org.quartz.core.QuartzScheduler:666 - Scheduler MyScheduler_$_DESKTOP-B2KRUIV1680762056633 shutting down.
2023-04-06 14:45:50.036 [SpringApplicationShutdownHook] INFO  org.quartz.core.QuartzScheduler:585 - Scheduler MyScheduler_$_DESKTOP-B2KRUIV1680762056633 paused.
2023-04-06 14:45:50.037 [SpringApplicationShutdownHook] INFO  org.quartz.core.QuartzScheduler:740 - Scheduler MyScheduler_$_DESKTOP-B2KRUIV1680762056633 shutdown complete.
2023-04-06 14:45:50.051 [SpringApplicationShutdownHook] INFO  c.b.dynamic.datasource.DynamicRoutingDataSource:217 - dynamic-datasource start closing ....
2023-04-06 14:45:50.053 [SpringApplicationShutdownHook] WARN  o.s.beans.factory.support.DisposableBeanAdapter:222 - Invocation of destroy method failed on bean with name 'dataSource': java.lang.NoClassDefFoundError: com/alibaba/druid/wall/WallProviderStatValue
2023-04-06 14:45:50.055 [SpringApplicationShutdownHook] WARN  o.s.b.factory.support.DefaultListableBeanFactory:591 - Destruction of bean with name 'securityManager' threw an exception
java.lang.NoClassDefFoundError: org/apache/shiro/util/LifecycleUtils
    at org.apache.shiro.mgt.SessionsSecurityManager.destroy(SessionsSecurityManager.java:163)
    at org.apache.shiro.spring.LifecycleBeanPostProcessor.postProcessBeforeDestruction(LifecycleBeanPostProcessor.java:121)
    at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:197)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:587)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:559)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1163)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:520)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1156)
    at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1106)
    at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1075)
    at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.doClose(ServletWebServerApplicationContext.java:172)
    at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:1021)
    at org.springframework.boot.SpringApplicationShutdownHook.closeAndWait(SpringApplicationShutdownHook.java:145)
    at java.base/java.lang.Iterable.forEach(Iterable.java:75)
    at org.springframework.boot.SpringApplicationShutdownHook.run(SpringApplicationShutdownHook.java:114)
    at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.ClassNotFoundException: org.apache.shiro.util.LifecycleUtils
    at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:471)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:588)
    at org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(LaunchedURLClassLoader.java:151)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
    ... 16 common frames omitted
2023-04-06 14:45:50.058 [SpringApplicationShutdownHook] WARN  o.s.beans.factory.support.DisposableBeanAdapter:222 - Invocation of destroy method failed on bean with name 'redisConnectionFactory': java.lang.NoClassDefFoundError: org/springframework/data/util/Optionals
2023-04-06 14:45:50.058 [SpringApplicationShutdownHook] WARN  o.s.beans.factory.support.DisposableBeanAdapter:329 - Custom destroy method 'shutdown' on bean with name 'lettuceClientResources' threw an exception: java.lang.NoClassDefFoundError: io/netty/util/concurrent/ImmediateEventExecutor