2533 lines
102 KiB
HTML
2533 lines
102 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
<html>
|
||
<head>
|
||
<title>Logback Log Messages</title>
|
||
<style type="text/css">
|
||
table { margin-left: 2em; margin-right: 2em; border-left: 2px solid #AAA; }
|
||
TR.even { background: #FFFFFF; }
|
||
TR.odd { background: #EAEAEA; }
|
||
TR.warn TD.Level, TR.error TD.Level, TR.fatal TD.Level {font-weight: bold; color: #FF4040 }
|
||
TD { padding-right: 1ex; padding-left: 1ex; border-right: 2px solid #AAA; }
|
||
TD.Time, TD.Date { text-align: right; font-family: courier, monospace; font-size: smaller; }
|
||
TD.Thread { text-align: left; }
|
||
TD.Level { text-align: right; }
|
||
TD.Logger { text-align: left; }
|
||
TR.header { background: #596ED5; color: #FFF; font-weight: bold; font-size: larger; }
|
||
TD.Exception { background: #A2AEE8; font-family: courier, monospace;}
|
||
</style>
|
||
|
||
</head>
|
||
<body>
|
||
<hr/>
|
||
<p>Log session start time Mon Aug 19 09:14:00 CST 2024</p><p></p>
|
||
|
||
<table cellspacing="0">
|
||
<tr class="header">
|
||
<td class="Level">Level</td>
|
||
<td class="Date">Date</td>
|
||
<td class="Message">Message</td>
|
||
<td class="MethodOfCaller">MethodOfCaller</td>
|
||
<td class="FileOfCaller">FileOfCaller</td>
|
||
<td class="LineOfCaller">LineOfCaller</td>
|
||
</tr>
|
||
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:00,601</td>
|
||
<td class="Message">HV000001: Hibernate Validator 6.2.5.Final</td>
|
||
<td class="MethodOfCaller"><clinit></td>
|
||
<td class="FileOfCaller">Version.java</td>
|
||
<td class="LineOfCaller">21</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:00,632</td>
|
||
<td class="Message">Starting JeecgSystemApplication using Java 1.8.0_201 on DESKTOP-JUGJK17 with PID 139920 (D:\APPLICATION\PROJECT\DBSD\DBSD_ZJPT\jeecg-boot\jeecg-module-system\jeecg-system-start\target\classes started by 杨君 in D:\APPLICATION\PROJECT\DBSD\DBSD_ZJPT\jeecg-boot)</td>
|
||
<td class="MethodOfCaller">logStarting</td>
|
||
<td class="FileOfCaller">StartupInfoLogger.java</td>
|
||
<td class="LineOfCaller">55</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:00,633</td>
|
||
<td class="Message">The following 1 profile is active: "dev"</td>
|
||
<td class="MethodOfCaller">logStartupProfileInfo</td>
|
||
<td class="FileOfCaller">SpringApplication.java</td>
|
||
<td class="LineOfCaller">638</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:02,939</td>
|
||
<td class="Message">Multiple Spring Data modules found, entering strict repository configuration mode</td>
|
||
<td class="MethodOfCaller">multipleStoresDetected</td>
|
||
<td class="FileOfCaller">RepositoryConfigurationDelegate.java</td>
|
||
<td class="LineOfCaller">262</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:02,944</td>
|
||
<td class="Message">Bootstrapping Spring Data Redis repositories in DEFAULT mode.</td>
|
||
<td class="MethodOfCaller">registerRepositoriesIn</td>
|
||
<td class="FileOfCaller">RepositoryConfigurationDelegate.java</td>
|
||
<td class="LineOfCaller">132</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,086</td>
|
||
<td class="Message">Finished Spring Data repository scanning in 119 ms. Found 0 Redis repository interfaces.</td>
|
||
<td class="MethodOfCaller">registerRepositoriesIn</td>
|
||
<td class="FileOfCaller">RepositoryConfigurationDelegate.java</td>
|
||
<td class="LineOfCaller">201</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,260</td>
|
||
<td class="Message"> ******************* init miniDao config [ begin ] *********************** </td>
|
||
<td class="MethodOfCaller">miniDaoBeanScannerConfigurer</td>
|
||
<td class="FileOfCaller">MinidaoAutoConfiguration.java</td>
|
||
<td class="LineOfCaller">23</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,260</td>
|
||
<td class="Message"> ------ minidao.base-package ------- org.jeecg.modules.jmreport.*,org.jeecg.modules.drag.*</td>
|
||
<td class="MethodOfCaller">miniDaoBeanScannerConfigurer</td>
|
||
<td class="FileOfCaller">MinidaoAutoConfiguration.java</td>
|
||
<td class="LineOfCaller">25</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,261</td>
|
||
<td class="Message"> ******************* init miniDao config [ end ] *********************** </td>
|
||
<td class="MethodOfCaller">miniDaoBeanScannerConfigurer</td>
|
||
<td class="FileOfCaller">MinidaoAutoConfiguration.java</td>
|
||
<td class="LineOfCaller">42</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,376</td>
|
||
<td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDao }</td>
|
||
<td class="MethodOfCaller">doScan</td>
|
||
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
|
||
<td class="LineOfCaller">48</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,377</td>
|
||
<td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDataSourceDao }</td>
|
||
<td class="MethodOfCaller">doScan</td>
|
||
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
|
||
<td class="LineOfCaller">48</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,377</td>
|
||
<td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbDao }</td>
|
||
<td class="MethodOfCaller">doScan</td>
|
||
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
|
||
<td class="LineOfCaller">48</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,377</td>
|
||
<td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbFieldDao }</td>
|
||
<td class="MethodOfCaller">doScan</td>
|
||
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
|
||
<td class="LineOfCaller">48</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,377</td>
|
||
<td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbParamDao }</td>
|
||
<td class="MethodOfCaller">doScan</td>
|
||
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
|
||
<td class="LineOfCaller">48</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,377</td>
|
||
<td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictDao }</td>
|
||
<td class="MethodOfCaller">doScan</td>
|
||
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
|
||
<td class="LineOfCaller">48</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,377</td>
|
||
<td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictItemDao }</td>
|
||
<td class="MethodOfCaller">doScan</td>
|
||
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
|
||
<td class="LineOfCaller">48</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,377</td>
|
||
<td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportExportLogDao }</td>
|
||
<td class="MethodOfCaller">doScan</td>
|
||
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
|
||
<td class="LineOfCaller">48</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,378</td>
|
||
<td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportLinkDao }</td>
|
||
<td class="MethodOfCaller">doScan</td>
|
||
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
|
||
<td class="LineOfCaller">48</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,378</td>
|
||
<td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportMapDao }</td>
|
||
<td class="MethodOfCaller">doScan</td>
|
||
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
|
||
<td class="LineOfCaller">48</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,378</td>
|
||
<td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportShareDao }</td>
|
||
<td class="MethodOfCaller">doScan</td>
|
||
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
|
||
<td class="LineOfCaller">48</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,379</td>
|
||
<td class="Message">register minidao name is { org.jeecg.modules.drag.dao.OnlDragCompDao }</td>
|
||
<td class="MethodOfCaller">doScan</td>
|
||
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
|
||
<td class="LineOfCaller">48</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,379</td>
|
||
<td class="Message">register minidao name is { org.jeecg.modules.drag.dao.OnlDragDatasetHeadDao }</td>
|
||
<td class="MethodOfCaller">doScan</td>
|
||
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
|
||
<td class="LineOfCaller">48</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,379</td>
|
||
<td class="Message">register minidao name is { org.jeecg.modules.drag.dao.OnlDragDatasetItemDao }</td>
|
||
<td class="MethodOfCaller">doScan</td>
|
||
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
|
||
<td class="LineOfCaller">48</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,379</td>
|
||
<td class="Message">register minidao name is { org.jeecg.modules.drag.dao.OnlDragDatasetParamDao }</td>
|
||
<td class="MethodOfCaller">doScan</td>
|
||
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
|
||
<td class="LineOfCaller">48</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,379</td>
|
||
<td class="Message">register minidao name is { org.jeecg.modules.drag.dao.OnlDragDataSourceDao }</td>
|
||
<td class="MethodOfCaller">doScan</td>
|
||
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
|
||
<td class="LineOfCaller">48</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,379</td>
|
||
<td class="Message">register minidao name is { org.jeecg.modules.drag.dao.OnlDragPageCompDao }</td>
|
||
<td class="MethodOfCaller">doScan</td>
|
||
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
|
||
<td class="LineOfCaller">48</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,380</td>
|
||
<td class="Message">register minidao name is { org.jeecg.modules.drag.dao.OnlDragPageDao }</td>
|
||
<td class="MethodOfCaller">doScan</td>
|
||
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
|
||
<td class="LineOfCaller">48</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,850</td>
|
||
<td class="Message">Bean '(inner bean)#2295566b#17' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,858</td>
|
||
<td class="Message">Bean 'onlDragPageDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,860</td>
|
||
<td class="Message">Bean '(inner bean)#2295566b#16' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,861</td>
|
||
<td class="Message">Bean 'onlDragPageCompDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,862</td>
|
||
<td class="Message">Bean '(inner bean)#2295566b#15' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,863</td>
|
||
<td class="Message">Bean 'onlDragDataSourceDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,864</td>
|
||
<td class="Message">Bean '(inner bean)#2295566b#14' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,865</td>
|
||
<td class="Message">Bean 'onlDragDatasetParamDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,867</td>
|
||
<td class="Message">Bean '(inner bean)#2295566b#13' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,868</td>
|
||
<td class="Message">Bean 'onlDragDatasetItemDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,869</td>
|
||
<td class="Message">Bean '(inner bean)#2295566b#12' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,871</td>
|
||
<td class="Message">Bean 'onlDragDatasetHeadDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,872</td>
|
||
<td class="Message">Bean '(inner bean)#2295566b#11' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,873</td>
|
||
<td class="Message">Bean 'onlDragCompDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,874</td>
|
||
<td class="Message">Bean '(inner bean)#2295566b#10' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,876</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,877</td>
|
||
<td class="Message">Bean '(inner bean)#2295566b#9' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,878</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,879</td>
|
||
<td class="Message">Bean '(inner bean)#2295566b#8' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,880</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,881</td>
|
||
<td class="Message">Bean '(inner bean)#2295566b#7' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,882</td>
|
||
<td class="Message">Bean 'jimuReportExportLogDao' of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,885</td>
|
||
<td class="Message">Bean '(inner bean)#2295566b#6' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,886</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,887</td>
|
||
<td class="Message">Bean '(inner bean)#2295566b#5' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,888</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,889</td>
|
||
<td class="Message">Bean '(inner bean)#2295566b#4' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,889</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,890</td>
|
||
<td class="Message">Bean '(inner bean)#2295566b#3' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,891</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,893</td>
|
||
<td class="Message">Bean '(inner bean)#2295566b#2' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,894</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,895</td>
|
||
<td class="Message">Bean '(inner bean)#2295566b#1' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,895</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,896</td>
|
||
<td class="Message">Bean '(inner bean)#2295566b' of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,897</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,917</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,922</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,945</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,946</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,953</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,957</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,961</td>
|
||
<td class="Message">Bean 'collectorRegistry' of type [io.prometheus.client.CollectorRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,964</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,965</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:03,998</td>
|
||
<td class="Message">Bean 'prometheusMeterRegistry' of type [io.micrometer.prometheus.PrometheusMeterRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:04,003</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:04,004</td>
|
||
<td class="Message">Bean 'lettuceMetrics' of type [org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration$$Lambda$441/199344266] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:04,261</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:04,381</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:04,388</td>
|
||
<td class="Message">Bean 'jeecgBaseConfig' of type [org.jeecg.config.JeecgBaseConfig] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:04,390</td>
|
||
<td class="Message">Bean 'shiroConfig' of type [org.jeecg.config.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$c863a9ad] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:04,990</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:05,000</td>
|
||
<td class="Message">Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration$$EnhancerBySpringCGLIB$$ea991908] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:05,021</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:05,090</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:06,092</td>
|
||
<td class="Message">===============(1)创建缓存管理器RedisCacheManager</td>
|
||
<td class="MethodOfCaller">redisCacheManager</td>
|
||
<td class="FileOfCaller">ShiroConfig.java</td>
|
||
<td class="LineOfCaller">263</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:06,094</td>
|
||
<td class="Message">===============(2)创建RedisManager,连接Redis..</td>
|
||
<td class="MethodOfCaller">redisManager</td>
|
||
<td class="FileOfCaller">ShiroConfig.java</td>
|
||
<td class="LineOfCaller">284</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:06,098</td>
|
||
<td class="Message">Bean 'redisManager' of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:06,105</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:06,142</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:06,182</td>
|
||
<td class="Message">Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$7c403f64] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:06,189</td>
|
||
<td class="Message">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)</td>
|
||
<td class="MethodOfCaller">postProcessAfterInitialization</td>
|
||
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
|
||
<td class="LineOfCaller">376</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:06,733</td>
|
||
<td class="Message">Tomcat initialized with port(s): 8080 (http)</td>
|
||
<td class="MethodOfCaller">initialize</td>
|
||
<td class="FileOfCaller">TomcatWebServer.java</td>
|
||
<td class="LineOfCaller">108</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:06,747</td>
|
||
<td class="Message">Initializing ProtocolHandler ["http-nio-8080"]</td>
|
||
<td class="MethodOfCaller">log</td>
|
||
<td class="FileOfCaller">DirectJDKLog.java</td>
|
||
<td class="LineOfCaller">173</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:06,749</td>
|
||
<td class="Message">Starting service [Tomcat]</td>
|
||
<td class="MethodOfCaller">log</td>
|
||
<td class="FileOfCaller">DirectJDKLog.java</td>
|
||
<td class="LineOfCaller">173</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:06,749</td>
|
||
<td class="Message">Starting Servlet engine: [Apache Tomcat/9.0.83]</td>
|
||
<td class="MethodOfCaller">log</td>
|
||
<td class="FileOfCaller">DirectJDKLog.java</td>
|
||
<td class="LineOfCaller">173</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:06,882</td>
|
||
<td class="Message">Initializing Spring embedded WebApplicationContext</td>
|
||
<td class="MethodOfCaller">log</td>
|
||
<td class="FileOfCaller">DirectJDKLog.java</td>
|
||
<td class="LineOfCaller">173</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:06,882</td>
|
||
<td class="Message">Root WebApplicationContext: initialization completed in 6189 ms</td>
|
||
<td class="MethodOfCaller">prepareWebApplicationContext</td>
|
||
<td class="FileOfCaller">ServletWebServerApplicationContext.java</td>
|
||
<td class="LineOfCaller">292</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:07,161</td>
|
||
<td class="Message"> Init JimuReport Config [ Token Interceptor & Resource Locations ] </td>
|
||
<td class="MethodOfCaller">afterPropertiesSet</td>
|
||
<td class="FileOfCaller">JimuReportConfiguration.java</td>
|
||
<td class="LineOfCaller">91</td>
|
||
</tr>
|
||
|
||
<tr class="warn odd">
|
||
<td class="Level">WARN</td>
|
||
<td class="Date">2024-08-19 09:14:07,298</td>
|
||
<td class="Message">Endpoint ID 'httptrace-new' contains invalid characters, please migrate to a valid format.</td>
|
||
<td class="MethodOfCaller">logWarning</td>
|
||
<td class="FileOfCaller">EndpointId.java</td>
|
||
<td class="LineOfCaller">155</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:07,860</td>
|
||
<td class="Message">{dataSource-1,master} inited</td>
|
||
<td class="MethodOfCaller">init</td>
|
||
<td class="FileOfCaller">DruidDataSource.java</td>
|
||
<td class="LineOfCaller">1002</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:07,862</td>
|
||
<td class="Message">dynamic-datasource - add a datasource named [master] success</td>
|
||
<td class="MethodOfCaller">addDataSource</td>
|
||
<td class="FileOfCaller">DynamicRoutingDataSource.java</td>
|
||
<td class="LineOfCaller">154</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:07,863</td>
|
||
<td class="Message">dynamic-datasource initial loaded [1] datasource,primary datasource named [master]</td>
|
||
<td class="MethodOfCaller">afterPropertiesSet</td>
|
||
<td class="FileOfCaller">DynamicRoutingDataSource.java</td>
|
||
<td class="LineOfCaller">237</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:10,052</td>
|
||
<td class="Message"> --- redis config init --- </td>
|
||
<td class="MethodOfCaller">redisTemplate</td>
|
||
<td class="FileOfCaller">RedisConfig.java</td>
|
||
<td class="LineOfCaller">56</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:11,200</td>
|
||
<td class="Message">Using default implementation for ThreadExecutor</td>
|
||
<td class="MethodOfCaller">instantiate</td>
|
||
<td class="FileOfCaller">StdSchedulerFactory.java</td>
|
||
<td class="LineOfCaller">1220</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:11,203</td>
|
||
<td class="Message">Job execution threads will use class loader of thread: main</td>
|
||
<td class="MethodOfCaller">initialize</td>
|
||
<td class="FileOfCaller">SimpleThreadPool.java</td>
|
||
<td class="LineOfCaller">268</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:11,222</td>
|
||
<td class="Message">Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl</td>
|
||
<td class="MethodOfCaller"><init></td>
|
||
<td class="FileOfCaller">SchedulerSignalerImpl.java</td>
|
||
<td class="LineOfCaller">61</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:11,222</td>
|
||
<td class="Message">Quartz Scheduler v.2.3.2 created.</td>
|
||
<td class="MethodOfCaller"><init></td>
|
||
<td class="FileOfCaller">QuartzScheduler.java</td>
|
||
<td class="LineOfCaller">229</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:11,225</td>
|
||
<td class="Message">Using db table-based data access locking (synchronization).</td>
|
||
<td class="MethodOfCaller">initialize</td>
|
||
<td class="FileOfCaller">JobStoreSupport.java</td>
|
||
<td class="LineOfCaller">672</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:11,229</td>
|
||
<td class="Message">JobStoreCMT initialized.</td>
|
||
<td class="MethodOfCaller">initialize</td>
|
||
<td class="FileOfCaller">JobStoreCMT.java</td>
|
||
<td class="LineOfCaller">145</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:11,230</td>
|
||
<td class="Message">Scheduler meta-data: Quartz Scheduler (v2.3.2) 'MyScheduler' with instanceId 'DESKTOP-JUGJK171724030051203'
|
||
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.
|
||
</td>
|
||
<td class="MethodOfCaller">initialize</td>
|
||
<td class="FileOfCaller">QuartzScheduler.java</td>
|
||
<td class="LineOfCaller">294</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:11,230</td>
|
||
<td class="Message">Quartz scheduler 'MyScheduler' initialized from an externally provided properties instance.</td>
|
||
<td class="MethodOfCaller">instantiate</td>
|
||
<td class="FileOfCaller">StdSchedulerFactory.java</td>
|
||
<td class="LineOfCaller">1374</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:11,231</td>
|
||
<td class="Message">Quartz scheduler version: 2.3.2</td>
|
||
<td class="MethodOfCaller">instantiate</td>
|
||
<td class="FileOfCaller">StdSchedulerFactory.java</td>
|
||
<td class="LineOfCaller">1378</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:11,231</td>
|
||
<td class="Message">JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@8ea1521</td>
|
||
<td class="MethodOfCaller">setJobFactory</td>
|
||
<td class="FileOfCaller">QuartzScheduler.java</td>
|
||
<td class="LineOfCaller">2293</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:12,596</td>
|
||
<td class="Message"> Init JimuReport Config [ 线程池 ] </td>
|
||
<td class="MethodOfCaller">afterPropertiesSet</td>
|
||
<td class="FileOfCaller">JmReportExecutorConfig.java</td>
|
||
<td class="LineOfCaller">42</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:13,868</td>
|
||
<td class="Message">Exposing 2 endpoint(s) beneath base path '/actuator'</td>
|
||
<td class="MethodOfCaller"><init></td>
|
||
<td class="FileOfCaller">EndpointLinksResolver.java</td>
|
||
<td class="LineOfCaller">58</td>
|
||
</tr>
|
||
|
||
<tr class="debug even">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,080</td>
|
||
<td class="Message">Scanning for classpath resources at 'classpath:db/callback' ...</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug odd">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,080</td>
|
||
<td class="Message">Determining location urls for classpath:db/callback using ClassLoader sun.misc.Launcher$AppClassLoader@18b4aac2 ...</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug even">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,080</td>
|
||
<td class="Message">Unable to resolve location classpath:db/callback.</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug odd">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,080</td>
|
||
<td class="Message">AWS SDK available: false</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug even">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,081</td>
|
||
<td class="Message">Google Cloud Storage available: false</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug odd">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,081</td>
|
||
<td class="Message">Scanning for classpath resources at 'classpath:flyway/sql/mysql' ...</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug even">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,081</td>
|
||
<td class="Message">Determining location urls for classpath:flyway/sql/mysql using ClassLoader sun.misc.Launcher$AppClassLoader@18b4aac2 ...</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug odd">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,081</td>
|
||
<td class="Message">Scanning URL: file:/D:/APPLICATION/PROJECT/DBSD/DBSD_ZJPT/jeecg-boot/jeecg-module-system/jeecg-system-start/target/classes/flyway/sql/mysql</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug even">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,082</td>
|
||
<td class="Message">JBoss VFS v2 available: false</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug odd">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,085</td>
|
||
<td class="Message">Scanning starting at classpath root in filesystem: D:\APPLICATION\PROJECT\DBSD\DBSD_ZJPT\jeecg-boot\jeecg-module-system\jeecg-system-start\target\classes\</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug even">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,085</td>
|
||
<td class="Message">Scanning for resources in path: D:\APPLICATION\PROJECT\DBSD\DBSD_ZJPT\jeecg-boot\jeecg-module-system\jeecg-system-start\target\classes\flyway\sql\mysql (flyway/sql/mysql)</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug odd">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,087</td>
|
||
<td class="Message">Found resource: flyway/sql/mysql/README.md</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug even">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,087</td>
|
||
<td class="Message">Found resource: flyway/sql/mysql/R__370_missingPermission.sql</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug odd">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,088</td>
|
||
<td class="Message">Found resource: flyway/sql/mysql/V3.6.2__all_upgrade.sql</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug even">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,088</td>
|
||
<td class="Message">Found resource: flyway/sql/mysql/V3.6.3__all_upgrade.sql</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug odd">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,088</td>
|
||
<td class="Message">Found resource: flyway/sql/mysql/V3.7.0__all_upgrade.sql</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug even">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,088</td>
|
||
<td class="Message">Scanning for classes at classpath:flyway/sql/mysql</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:14,399</td>
|
||
<td class="Message">Flyway Community Edition 7.15.0 by Redgate</td>
|
||
<td class="MethodOfCaller">info</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">44</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:14,400</td>
|
||
<td class="Message">Database: jdbc:mysql://127.0.0.1:3306/dbsd_zjpt (MySQL 8.4)</td>
|
||
<td class="MethodOfCaller">info</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">44</td>
|
||
</tr>
|
||
|
||
<tr class="debug odd">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,400</td>
|
||
<td class="Message">Driver : MySQL Connector/J mysql-connector-java-8.0.27 (Revision: e920b979015ae7117d60d72bcc8f077a839cd791)</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug even">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,469</td>
|
||
<td class="Message">DDL Transactions Supported: false</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug odd">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,472</td>
|
||
<td class="Message">Schemas: </td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug even">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,472</td>
|
||
<td class="Message">Default schema: null</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="warn odd">
|
||
<td class="Level">WARN</td>
|
||
<td class="Date">2024-08-19 09:14:14,513</td>
|
||
<td class="Message">Flyway upgrade recommended: MySQL 8.4 is newer than this version of Flyway and support has not been tested. The latest supported version of MySQL is 8.0.</td>
|
||
<td class="MethodOfCaller">warn</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">48</td>
|
||
</tr>
|
||
|
||
<tr class="debug even">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,515</td>
|
||
<td class="Message">Scanning for SQL callbacks ...</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug odd">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,516</td>
|
||
<td class="Message">Filtering out resource: flyway/sql/mysql/README.md (filename: README.md)</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug even">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,530</td>
|
||
<td class="Message">Validating migrations ...</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug odd">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,535</td>
|
||
<td class="Message">Filtering out resource: flyway/sql/mysql/README.md (filename: README.md)</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug even">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,535</td>
|
||
<td class="Message">Filtering out resource: flyway/sql/mysql/R__370_missingPermission.sql (filename: R__370_missingPermission.sql)</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug odd">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,553</td>
|
||
<td class="Message">Filtering out resource: flyway/sql/mysql/README.md (filename: README.md)</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug even">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,553</td>
|
||
<td class="Message">Filtering out resource: flyway/sql/mysql/V3.6.2__all_upgrade.sql (filename: V3.6.2__all_upgrade.sql)</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug odd">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,553</td>
|
||
<td class="Message">Filtering out resource: flyway/sql/mysql/V3.6.3__all_upgrade.sql (filename: V3.6.3__all_upgrade.sql)</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="debug even">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,553</td>
|
||
<td class="Message">Filtering out resource: flyway/sql/mysql/V3.7.0__all_upgrade.sql (filename: V3.7.0__all_upgrade.sql)</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:14,586</td>
|
||
<td class="Message">Successfully validated 6 migrations (execution time 00:00.053s)</td>
|
||
<td class="MethodOfCaller">info</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">44</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:14,600</td>
|
||
<td class="Message">Current version of schema `dbsd_zjpt`: 3.7.0</td>
|
||
<td class="MethodOfCaller">info</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">44</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:14,601</td>
|
||
<td class="Message">Schema `dbsd_zjpt` is up to date. No migration necessary.</td>
|
||
<td class="MethodOfCaller">info</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">44</td>
|
||
</tr>
|
||
|
||
<tr class="debug even">
|
||
<td class="Level">DEBUG</td>
|
||
<td class="Date">2024-08-19 09:14:14,605</td>
|
||
<td class="Message">Memory usage: 276 of 1380M</td>
|
||
<td class="MethodOfCaller">debug</td>
|
||
<td class="FileOfCaller">Slf4jLog.java</td>
|
||
<td class="LineOfCaller">40</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:14,606</td>
|
||
<td class="Message">【数据库升级】平台集成了MySQL库的Flyway,数据库版本自动升级! </td>
|
||
<td class="MethodOfCaller">lambda$migrate$0</td>
|
||
<td class="FileOfCaller">FlywayConfig.java</td>
|
||
<td class="LineOfCaller">126</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:14,624</td>
|
||
<td class="Message"> Init CodeGenerate Config [ Get Db Config From application.yml ] </td>
|
||
<td class="MethodOfCaller">initCodeGenerateDbConfig</td>
|
||
<td class="FileOfCaller">CodeGenerateDbConfig.java</td>
|
||
<td class="LineOfCaller">50</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:14,727</td>
|
||
<td class="Message">Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)]</td>
|
||
<td class="MethodOfCaller">initHandlerMethods</td>
|
||
<td class="FileOfCaller">WebMvcPropertySourcedRequestMappingHandlerMapping.java</td>
|
||
<td class="LineOfCaller">69</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:15,795</td>
|
||
<td class="Message">Starting ProtocolHandler ["http-nio-8080"]</td>
|
||
<td class="MethodOfCaller">log</td>
|
||
<td class="FileOfCaller">DirectJDKLog.java</td>
|
||
<td class="LineOfCaller">173</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:15,818</td>
|
||
<td class="Message">Tomcat started on port(s): 8080 (http) with context path '/jeecg-boot'</td>
|
||
<td class="MethodOfCaller">start</td>
|
||
<td class="FileOfCaller">TomcatWebServer.java</td>
|
||
<td class="LineOfCaller">220</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:15,818</td>
|
||
<td class="Message">Documentation plugins bootstrapped</td>
|
||
<td class="MethodOfCaller">start</td>
|
||
<td class="FileOfCaller">DocumentationPluginsBootstrapper.java</td>
|
||
<td class="LineOfCaller">93</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:15,821</td>
|
||
<td class="Message">Found 1 custom documentation plugin(s)</td>
|
||
<td class="MethodOfCaller">bootstrapDocumentationPlugins</td>
|
||
<td class="FileOfCaller">AbstractDocumentationPluginsBootstrapper.java</td>
|
||
<td class="LineOfCaller">79</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:15,957</td>
|
||
<td class="Message">Scanning for api listing references</td>
|
||
<td class="MethodOfCaller">scan</td>
|
||
<td class="FileOfCaller">ApiListingReferenceScanner.java</td>
|
||
<td class="LineOfCaller">44</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,162</td>
|
||
<td class="Message">Generating unique operation named: addUsingPOST_1</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,166</td>
|
||
<td class="Message">Generating unique operation named: deleteUsingDELETE_1</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,167</td>
|
||
<td class="Message">Generating unique operation named: deleteBatchUsingDELETE_1</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,169</td>
|
||
<td class="Message">Generating unique operation named: editUsingPUT_1</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,169</td>
|
||
<td class="Message">Generating unique operation named: editUsingPOST_1</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,171</td>
|
||
<td class="Message">Generating unique operation named: queryByIdUsingGET_1</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,192</td>
|
||
<td class="Message">Generating unique operation named: queryPageListUsingGET_1</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,210</td>
|
||
<td class="Message">Generating unique operation named: addUsingPOST_2</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,213</td>
|
||
<td class="Message">Generating unique operation named: deleteUsingDELETE_2</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,214</td>
|
||
<td class="Message">Generating unique operation named: deleteBatchUsingDELETE_2</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,216</td>
|
||
<td class="Message">Generating unique operation named: editUsingPUT_2</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,217</td>
|
||
<td class="Message">Generating unique operation named: editUsingPOST_2</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,219</td>
|
||
<td class="Message">Generating unique operation named: queryByIdUsingGET_2</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,225</td>
|
||
<td class="Message">Generating unique operation named: addUsingPOST_3</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,226</td>
|
||
<td class="Message">Generating unique operation named: deleteUsingDELETE_3</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,227</td>
|
||
<td class="Message">Generating unique operation named: deleteBatchUsingDELETE_3</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,230</td>
|
||
<td class="Message">Generating unique operation named: editUsingPUT_3</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,231</td>
|
||
<td class="Message">Generating unique operation named: editUsingPOST_3</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,232</td>
|
||
<td class="Message">Generating unique operation named: queryByIdUsingGET_3</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,235</td>
|
||
<td class="Message">Generating unique operation named: queryPageListUsingGET_2</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,240</td>
|
||
<td class="Message">Generating unique operation named: addUsingPOST_4</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,241</td>
|
||
<td class="Message">Generating unique operation named: deleteUsingDELETE_4</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,242</td>
|
||
<td class="Message">Generating unique operation named: deleteBatchUsingDELETE_4</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,244</td>
|
||
<td class="Message">Generating unique operation named: editUsingPUT_4</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,244</td>
|
||
<td class="Message">Generating unique operation named: editUsingPOST_4</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,246</td>
|
||
<td class="Message">Generating unique operation named: queryByIdUsingGET_4</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,249</td>
|
||
<td class="Message">Generating unique operation named: queryPageListUsingGET_3</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,253</td>
|
||
<td class="Message">Generating unique operation named: addUsingPOST_5</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,254</td>
|
||
<td class="Message">Generating unique operation named: deleteUsingDELETE_5</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,255</td>
|
||
<td class="Message">Generating unique operation named: deleteBatchUsingDELETE_5</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,256</td>
|
||
<td class="Message">Generating unique operation named: editUsingPUT_5</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,256</td>
|
||
<td class="Message">Generating unique operation named: editUsingPOST_5</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,258</td>
|
||
<td class="Message">Generating unique operation named: queryByIdUsingGET_5</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,262</td>
|
||
<td class="Message">Generating unique operation named: queryPageListUsingGET_4</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,270</td>
|
||
<td class="Message">Generating unique operation named: addUsingPOST_6</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,272</td>
|
||
<td class="Message">Generating unique operation named: deleteUsingDELETE_6</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,273</td>
|
||
<td class="Message">Generating unique operation named: deleteBatchUsingDELETE_6</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,275</td>
|
||
<td class="Message">Generating unique operation named: editUsingPUT_6</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,275</td>
|
||
<td class="Message">Generating unique operation named: editUsingPOST_6</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,277</td>
|
||
<td class="Message">Generating unique operation named: queryByIdUsingGET_6</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,280</td>
|
||
<td class="Message">Generating unique operation named: queryPageListUsingGET_5</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,285</td>
|
||
<td class="Message">Generating unique operation named: addUsingPOST_7</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,287</td>
|
||
<td class="Message">Generating unique operation named: deleteUsingDELETE_7</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,288</td>
|
||
<td class="Message">Generating unique operation named: deleteBatchUsingDELETE_7</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,289</td>
|
||
<td class="Message">Generating unique operation named: editUsingPUT_7</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,290</td>
|
||
<td class="Message">Generating unique operation named: editUsingPOST_7</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,290</td>
|
||
<td class="Message">Generating unique operation named: queryByIdUsingGET_7</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,293</td>
|
||
<td class="Message">Generating unique operation named: queryPageListUsingGET_6</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,301</td>
|
||
<td class="Message">Generating unique operation named: queryPageListUsingGET_7</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,303</td>
|
||
<td class="Message">Generating unique operation named: deleteUsingDELETE_8</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,309</td>
|
||
<td class="Message">Generating unique operation named: addUsingPOST_8</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,310</td>
|
||
<td class="Message">Generating unique operation named: deleteBatchUsingDELETE_8</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,311</td>
|
||
<td class="Message">Generating unique operation named: editUsingPUT_8</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,312</td>
|
||
<td class="Message">Generating unique operation named: editUsingPOST_8</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,313</td>
|
||
<td class="Message">Generating unique operation named: queryByIdUsingGET_8</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,318</td>
|
||
<td class="Message">Generating unique operation named: addUsingPOST_9</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,319</td>
|
||
<td class="Message">Generating unique operation named: deleteUsingDELETE_9</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,319</td>
|
||
<td class="Message">Generating unique operation named: deleteBatchUsingDELETE_9</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,321</td>
|
||
<td class="Message">Generating unique operation named: editUsingPUT_9</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,322</td>
|
||
<td class="Message">Generating unique operation named: editUsingPOST_9</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,322</td>
|
||
<td class="Message">Generating unique operation named: queryByCodeUsingGET_1</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,323</td>
|
||
<td class="Message">Generating unique operation named: queryByIdUsingGET_9</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,327</td>
|
||
<td class="Message">Generating unique operation named: queryPageListUsingGET_8</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,332</td>
|
||
<td class="Message">Generating unique operation named: addUsingPOST_10</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,333</td>
|
||
<td class="Message">Generating unique operation named: deleteUsingDELETE_10</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,334</td>
|
||
<td class="Message">Generating unique operation named: deleteBatchUsingDELETE_10</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,335</td>
|
||
<td class="Message">Generating unique operation named: editUsingPUT_10</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,336</td>
|
||
<td class="Message">Generating unique operation named: editUsingPOST_10</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:16,337</td>
|
||
<td class="Message">Generating unique operation named: queryByIdUsingGET_10</td>
|
||
<td class="MethodOfCaller">startingWith</td>
|
||
<td class="FileOfCaller">CachingOperationNameGenerator.java</td>
|
||
<td class="LineOfCaller">41</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:17,097</td>
|
||
<td class="Message">Will start Quartz Scheduler [MyScheduler] in 1 seconds</td>
|
||
<td class="MethodOfCaller">startScheduler</td>
|
||
<td class="FileOfCaller">SchedulerFactoryBean.java</td>
|
||
<td class="LineOfCaller">734</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:17,113</td>
|
||
<td class="Message">Init Token ignoreAuthUrls Config [ 集合 ] :[/test/jeecgDemo/html]</td>
|
||
<td class="MethodOfCaller">onApplicationEvent</td>
|
||
<td class="FileOfCaller">IgnoreAuthPostProcessor.java</td>
|
||
<td class="LineOfCaller">45</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:17,114</td>
|
||
<td class="Message">Init Token ignoreAuthUrls Config [ 耗时 ] :7毫秒</td>
|
||
<td class="MethodOfCaller">onApplicationEvent</td>
|
||
<td class="FileOfCaller">IgnoreAuthPostProcessor.java</td>
|
||
<td class="LineOfCaller">53</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:17,118</td>
|
||
<td class="Message">Started JeecgSystemApplication in 17.293 seconds (JVM running for 18.058)</td>
|
||
<td class="MethodOfCaller">logStarted</td>
|
||
<td class="FileOfCaller">StartupInfoLogger.java</td>
|
||
<td class="LineOfCaller">61</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:17,126</td>
|
||
<td class="Message"> Init Code Generate Template [ 检测如果是JAR启动环境,Copy模板到config目录 ] </td>
|
||
<td class="MethodOfCaller">onApplicationEvent</td>
|
||
<td class="FileOfCaller">CodeTemplateInitListener.java</td>
|
||
<td class="LineOfCaller">29</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:17,162</td>
|
||
<td class="Message">
|
||
----------------------------------------------------------
|
||
Application Jeecg-Boot is running! Access URLs:
|
||
Local: http://localhost:8080/jeecg-boot/
|
||
External: http://192.168.2.13:8080/jeecg-boot/
|
||
Swagger文档: http://192.168.2.13:8080/jeecg-boot/doc.html
|
||
----------------------------------------------------------</td>
|
||
<td class="MethodOfCaller">main</td>
|
||
<td class="FileOfCaller">JeecgSystemApplication.java</td>
|
||
<td class="LineOfCaller">35</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:18,105</td>
|
||
<td class="Message">Starting Quartz Scheduler now, after delay of 1 seconds</td>
|
||
<td class="MethodOfCaller">run</td>
|
||
<td class="FileOfCaller">SchedulerFactoryBean.java</td>
|
||
<td class="LineOfCaller">750</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:18,267</td>
|
||
<td class="Message">ClusterManager: detected 1 failed or restarted instances.</td>
|
||
<td class="MethodOfCaller">logWarnIfNonZero</td>
|
||
<td class="FileOfCaller">JobStoreSupport.java</td>
|
||
<td class="LineOfCaller">3644</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:18,267</td>
|
||
<td class="Message">ClusterManager: Scanning for instance "DESKTOP-JUGJK171723864616596"'s failed in-progress jobs.</td>
|
||
<td class="MethodOfCaller">clusterRecover</td>
|
||
<td class="FileOfCaller">JobStoreSupport.java</td>
|
||
<td class="LineOfCaller">3503</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:14:18,277</td>
|
||
<td class="Message">Scheduler MyScheduler_$_DESKTOP-JUGJK171724030051203 started.</td>
|
||
<td class="MethodOfCaller">start</td>
|
||
<td class="FileOfCaller">QuartzScheduler.java</td>
|
||
<td class="LineOfCaller">547</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:19:34,906</td>
|
||
<td class="Message">A cookie header was received [Hm_lvt_0febd9e3cacb3f627ddac64d52caac39=1722303764,1723596866,1723861805,1724029906;] that contained an invalid cookie. That cookie will be ignored.
|
||
Note: further occurrences of this error will be logged at DEBUG level.</td>
|
||
<td class="MethodOfCaller">log</td>
|
||
<td class="FileOfCaller">DirectJDKLog.java</td>
|
||
<td class="LineOfCaller">173</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:19:34,927</td>
|
||
<td class="Message">Initializing Spring DispatcherServlet 'dispatcherServlet'</td>
|
||
<td class="MethodOfCaller">log</td>
|
||
<td class="FileOfCaller">DirectJDKLog.java</td>
|
||
<td class="LineOfCaller">173</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:19:34,927</td>
|
||
<td class="Message">Initializing Servlet 'dispatcherServlet'</td>
|
||
<td class="MethodOfCaller">initServletBean</td>
|
||
<td class="FileOfCaller">FrameworkServlet.java</td>
|
||
<td class="LineOfCaller">525</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:19:34,933</td>
|
||
<td class="Message">Completed initialization in 6 ms</td>
|
||
<td class="MethodOfCaller">initServletBean</td>
|
||
<td class="FileOfCaller">FrameworkServlet.java</td>
|
||
<td class="LineOfCaller">547</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:19:35,641</td>
|
||
<td class="Message">加密操作,Aspect程序耗时:21ms</td>
|
||
<td class="MethodOfCaller">around</td>
|
||
<td class="FileOfCaller">SensitiveDataAspect.java</td>
|
||
<td class="LineOfCaller">76</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:19:42,441</td>
|
||
<td class="Message">获取验证码,Redis key = 002c229f635b17ce357f7fd83e198119,checkCode = 15nC</td>
|
||
<td class="MethodOfCaller">randomImage</td>
|
||
<td class="FileOfCaller">LoginController.java</td>
|
||
<td class="LineOfCaller">541</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:19:46,982</td>
|
||
<td class="Message"> 登录接口用户的租户ID = 1000</td>
|
||
<td class="MethodOfCaller">setLoginTenant</td>
|
||
<td class="FileOfCaller">SysUserServiceImpl.java</td>
|
||
<td class="LineOfCaller">952</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:19:47,136</td>
|
||
<td class="Message">1 获取用户信息耗时(用户基础信息)18毫秒</td>
|
||
<td class="MethodOfCaller">getUserInfo</td>
|
||
<td class="FileOfCaller">LoginController.java</td>
|
||
<td class="LineOfCaller">148</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:19:47,212</td>
|
||
<td class="Message">2 获取用户信息耗时 (首页面配置)94毫秒</td>
|
||
<td class="MethodOfCaller">getUserInfo</td>
|
||
<td class="FileOfCaller">LoginController.java</td>
|
||
<td class="LineOfCaller">163</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:19:47,226</td>
|
||
<td class="Message">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>></td>
|
||
<td class="MethodOfCaller">queryAllDictItems</td>
|
||
<td class="FileOfCaller">SysDictServiceImpl.java</td>
|
||
<td class="LineOfCaller">159</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:19:47,262</td>
|
||
<td class="Message"> >>> 1 获取系统字典项耗时(SQL):36毫秒</td>
|
||
<td class="MethodOfCaller">queryAllDictItems</td>
|
||
<td class="FileOfCaller">SysDictServiceImpl.java</td>
|
||
<td class="LineOfCaller">178</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:19:47,324</td>
|
||
<td class="Message"> >>> 2 获取系统字典项耗时(Enum):98毫秒</td>
|
||
<td class="MethodOfCaller">queryAllDictItems</td>
|
||
<td class="FileOfCaller">SysDictServiceImpl.java</td>
|
||
<td class="LineOfCaller">182</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:19:47,324</td>
|
||
<td class="Message"> >>> end 获取系统字典库总耗时:98毫秒</td>
|
||
<td class="MethodOfCaller">queryAllDictItems</td>
|
||
<td class="FileOfCaller">SysDictServiceImpl.java</td>
|
||
<td class="LineOfCaller">184</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:19:47,324</td>
|
||
<td class="Message">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>></td>
|
||
<td class="MethodOfCaller">queryAllDictItems</td>
|
||
<td class="FileOfCaller">SysDictServiceImpl.java</td>
|
||
<td class="LineOfCaller">185</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:19:47,324</td>
|
||
<td class="Message">3 获取用户信息耗时 (字典数据)206毫秒</td>
|
||
<td class="MethodOfCaller">getUserInfo</td>
|
||
<td class="FileOfCaller">LoginController.java</td>
|
||
<td class="LineOfCaller">167</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:19:47,324</td>
|
||
<td class="Message">end 获取用户信息耗时 206毫秒</td>
|
||
<td class="MethodOfCaller">getUserInfo</td>
|
||
<td class="FileOfCaller">LoginController.java</td>
|
||
<td class="LineOfCaller">172</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:38:27,701</td>
|
||
<td class="Message">======获取全部菜单数据=====耗时:24毫秒</td>
|
||
<td class="MethodOfCaller">list</td>
|
||
<td class="FileOfCaller">SysPermissionController.java</td>
|
||
<td class="LineOfCaller">114</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:38:29,950</td>
|
||
<td class="Message">======获取全部菜单数据=====耗时:21毫秒</td>
|
||
<td class="MethodOfCaller">list</td>
|
||
<td class="FileOfCaller">SysPermissionController.java</td>
|
||
<td class="LineOfCaller">114</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:39:33,266</td>
|
||
<td class="Message">======获取全部菜单数据=====耗时:23毫秒</td>
|
||
<td class="MethodOfCaller">list</td>
|
||
<td class="FileOfCaller">SysPermissionController.java</td>
|
||
<td class="LineOfCaller">114</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:39:36,533</td>
|
||
<td class="Message">======获取全部菜单数据=====耗时:18毫秒</td>
|
||
<td class="MethodOfCaller">list</td>
|
||
<td class="FileOfCaller">SysPermissionController.java</td>
|
||
<td class="LineOfCaller">114</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:40:46,197</td>
|
||
<td class="Message">======获取全部菜单数据=====耗时:18毫秒</td>
|
||
<td class="MethodOfCaller">list</td>
|
||
<td class="FileOfCaller">SysPermissionController.java</td>
|
||
<td class="LineOfCaller">114</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:40:54,146</td>
|
||
<td class="Message">======获取全部菜单数据=====耗时:18毫秒</td>
|
||
<td class="MethodOfCaller">list</td>
|
||
<td class="FileOfCaller">SysPermissionController.java</td>
|
||
<td class="LineOfCaller">114</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:41:38,865</td>
|
||
<td class="Message">======获取全部菜单数据=====耗时:12毫秒</td>
|
||
<td class="MethodOfCaller">list</td>
|
||
<td class="FileOfCaller">SysPermissionController.java</td>
|
||
<td class="LineOfCaller">114</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:41:45,325</td>
|
||
<td class="Message">======获取全部菜单数据=====耗时:20毫秒</td>
|
||
<td class="MethodOfCaller">list</td>
|
||
<td class="FileOfCaller">SysPermissionController.java</td>
|
||
<td class="LineOfCaller">114</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:41:48,995</td>
|
||
<td class="Message">======获取全部菜单数据=====耗时:13毫秒</td>
|
||
<td class="MethodOfCaller">list</td>
|
||
<td class="FileOfCaller">SysPermissionController.java</td>
|
||
<td class="LineOfCaller">114</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:41:56,229</td>
|
||
<td class="Message">======获取全部菜单数据=====耗时:11毫秒</td>
|
||
<td class="MethodOfCaller">list</td>
|
||
<td class="FileOfCaller">SysPermissionController.java</td>
|
||
<td class="LineOfCaller">114</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:42:02,880</td>
|
||
<td class="Message">======获取全部菜单数据=====耗时:21毫秒</td>
|
||
<td class="MethodOfCaller">list</td>
|
||
<td class="FileOfCaller">SysPermissionController.java</td>
|
||
<td class="LineOfCaller">114</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:42:06,646</td>
|
||
<td class="Message">======获取全部菜单数据=====耗时:12毫秒</td>
|
||
<td class="MethodOfCaller">list</td>
|
||
<td class="FileOfCaller">SysPermissionController.java</td>
|
||
<td class="LineOfCaller">114</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 09:59:28,876</td>
|
||
<td class="Message">======获取全部菜单数据=====耗时:18毫秒</td>
|
||
<td class="MethodOfCaller">list</td>
|
||
<td class="FileOfCaller">SysPermissionController.java</td>
|
||
<td class="LineOfCaller">114</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 10:53:04,060</td>
|
||
<td class="Message">Scheduler MyScheduler_$_DESKTOP-JUGJK171724030051203 paused.</td>
|
||
<td class="MethodOfCaller">standby</td>
|
||
<td class="FileOfCaller">QuartzScheduler.java</td>
|
||
<td class="LineOfCaller">585</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 10:53:04,425</td>
|
||
<td class="Message">Shutting down Quartz Scheduler</td>
|
||
<td class="MethodOfCaller">destroy</td>
|
||
<td class="FileOfCaller">SchedulerFactoryBean.java</td>
|
||
<td class="LineOfCaller">847</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 10:53:04,425</td>
|
||
<td class="Message">Scheduler MyScheduler_$_DESKTOP-JUGJK171724030051203 shutting down.</td>
|
||
<td class="MethodOfCaller">shutdown</td>
|
||
<td class="FileOfCaller">QuartzScheduler.java</td>
|
||
<td class="LineOfCaller">666</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 10:53:04,425</td>
|
||
<td class="Message">Scheduler MyScheduler_$_DESKTOP-JUGJK171724030051203 paused.</td>
|
||
<td class="MethodOfCaller">standby</td>
|
||
<td class="FileOfCaller">QuartzScheduler.java</td>
|
||
<td class="LineOfCaller">585</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 10:53:04,434</td>
|
||
<td class="Message">Scheduler MyScheduler_$_DESKTOP-JUGJK171724030051203 shutdown complete.</td>
|
||
<td class="MethodOfCaller">shutdown</td>
|
||
<td class="FileOfCaller">QuartzScheduler.java</td>
|
||
<td class="LineOfCaller">740</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 10:53:04,451</td>
|
||
<td class="Message">dynamic-datasource start closing ....</td>
|
||
<td class="MethodOfCaller">destroy</td>
|
||
<td class="FileOfCaller">DynamicRoutingDataSource.java</td>
|
||
<td class="LineOfCaller">211</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 10:53:04,454</td>
|
||
<td class="Message">{dataSource-1} closing ...</td>
|
||
<td class="MethodOfCaller">close</td>
|
||
<td class="FileOfCaller">DruidDataSource.java</td>
|
||
<td class="LineOfCaller">2207</td>
|
||
</tr>
|
||
|
||
<tr class="info even">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 10:53:04,472</td>
|
||
<td class="Message">{dataSource-1} closed</td>
|
||
<td class="MethodOfCaller">close</td>
|
||
<td class="FileOfCaller">DruidDataSource.java</td>
|
||
<td class="LineOfCaller">2280</td>
|
||
</tr>
|
||
|
||
<tr class="info odd">
|
||
<td class="Level">INFO</td>
|
||
<td class="Date">2024-08-19 10:53:04,472</td>
|
||
<td class="Message">dynamic-datasource all closed success,bye</td>
|
||
<td class="MethodOfCaller">destroy</td>
|
||
<td class="FileOfCaller">DynamicRoutingDataSource.java</td>
|
||
<td class="LineOfCaller">215</td>
|
||
</tr>
|
||
</table>
|
||
</body></html> |