|
|
|
<!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 Thu Aug 25 17:01:05 CST 2022</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">2022-08-25 17:01:06,050</td>
|
|
|
|
<td class="Message">HV000001: Hibernate Validator 6.2.3.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">2022-08-25 17:01:06,057</td>
|
|
|
|
<td class="Message">Starting JeecgSystemApplication v3.2.0 using Java 11.0.13 on DESKTOP-2F1OLIN with PID 3200 (D:\WorkSpace\idea\jeecg-boot\jeecg-boot-module-system\target\jeecg-boot-module-system-3.2.0.jar started by Xue_office in D:\WorkSpace\idea\jeecg-boot\jeecg-boot-module-system\target)</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">2022-08-25 17:01:06,059</td>
|
|
|
|
<td class="Message">The following 1 profile is active: "prod"</td>
|
|
|
|
<td class="MethodOfCaller">logStartupProfileInfo</td>
|
|
|
|
<td class="FileOfCaller">SpringApplication.java</td>
|
|
|
|
<td class="LineOfCaller">646</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr class="info odd">
|
|
|
|
<td class="Level">INFO</td>
|
|
|
|
<td class="Date">2022-08-25 17:01:07,726</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">2022-08-25 17:01:07,729</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">2022-08-25 17:01:07,805</td>
|
|
|
|
<td class="Message">Finished Spring Data repository scanning in 62 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">2022-08-25 17:01:07,967</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">2022-08-25 17:01:07,968</td>
|
|
|
|
<td class="Message"> ------ minidao.base-package ------- org.jeecg.modules.jmreport.*</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">2022-08-25 17:01:07,970</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">2022-08-25 17:01:08,018</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">2022-08-25 17:01:08,019</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">2022-08-25 17:01:08,020</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">2022-08-25 17:01:08,020</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">2022-08-25 17:01:08,021</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">2022-08-25 17:01:08,022</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">2022-08-25 17:01:08,023</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">2022-08-25 17:01:08,023</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 odd">
|
|
|
|
<td class="Level">INFO</td>
|
|
|
|
<td class="Date">2022-08-25 17:01:08,023</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 even">
|
|
|
|
<td class="Level">INFO</td>
|
|
|
|
<td class="Date">2022-08-25 17:01:08,024</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 odd">
|
|
|
|
<td class="Level">INFO</td>
|
|
|
|
<td class="Date">2022-08-25 17:01:08,351</td>
|
|
|
|
<td class="Message">Bean '(inner bean)#251ebf23#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">2022-08-25 17:01:08,360</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">2022-08-25 17:01:08,362</td>
|
|
|
|
<td class="Message">Bean '(inner bean)#251ebf23#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">2022-08-25 17:01:08,363</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">2022-08-25 17:01:08,365</td>
|
|
|
|
<td class="Message">Bean '(inner bean)#251ebf23#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">2022-08-25 17:01:08,367</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">2022-08-25 17:01:08,368</td>
|
|
|
|
<td class="Message">Bean '(inner bean)#251ebf23#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">2022-08-25 17:01:08,369</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">2022-08-25 17:01:08,372</td>
|
|
|
|
<td class="Message">Bean '(inner bean)#251ebf23#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">2022-08-25 17:01:08,373</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">2022-08-25 17:01:08,374</td>
|
|
|
|
<td class="Message">Bean '(inner bean)#251ebf23#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">2022-08-25 17:01:08,375</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">2022-08-25 17:01:08,377</td>
|
|
|
|
<td class="Message">Bean '(inner bean)#251ebf23#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">2022-08-25 17:01:08,378</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">2022-08-25 17:01:08,379</td>
|
|
|
|
<td class="Message">Bean '(inner bean)#251ebf23#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">2022-08-25 17:01:08,380</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">2022-08-25 17:01:08,382</td>
|
|
|
|
<td class="Message">Bean '(inner bean)#251ebf23#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">2022-08-25 17:01:08,384</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">2022-08-25 17:01:08,385</td>
|
|
|
|
<td class="Message">Bean '(inner bean)#251ebf23' 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">2022-08-25 17:01:08,387</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">2022-08-25 17:01:08,428</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">2022-08-25 17:01:08,435</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">2022-08-25 17:01:08,449</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">2022-08-25 17:01:08,450</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">2022-08-25 17:01:08,454</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">2022-08-25 17:01:08,457</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">2022-08-25 17:01:08,461</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">2022-08-25 17:01:08,463</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">2022-08-25 17:01:08,464</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">2022-08-25 17:01:08,487</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">2022-08-25 17:01:08,490</td>
|
|
|
|
<td class="Message">Bean 'lettuceMetrics' of type [org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration$$Lambda$510/0x0000000100647840] 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">2022-08-25 17:01:08,629</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 odd">
|
|
|
|
<td class="Level">INFO</td>
|
|
|
|
<td class="Date">2022-08-25 17:01:08,714</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 even">
|
|
|
|
<td class="Level">INFO</td>
|
|
|
|
<td class="Date">2022-08-25 17:01:08,718</td>
|
|
|
|
<td class="Message">Bean 'jeeccgBaseConfig' of type [org.jeecg.config.JeeccgBaseConfig] 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">2022-08-25 17:01:08,719</td>
|
|
|
|
<td class="Message">Bean 'shiroConfig' of type [org.jeecg.config.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$472cde3d] 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">2022-08-25 17:01:08,777</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">2022-08-25 17:01:09,001</td>
|
|
|
|
<td class="Message">===============(1)??ǗRedisCacheManager</td>
|
|
|
|
<td class="MethodOfCaller">redisCacheManager</td>
|
|
|
|
<td class="FileOfCaller">ShiroConfig.java</td>
|
|
|
|
<td class="LineOfCaller">222</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr class="info even">
|
|
|
|
<td class="Level">INFO</td>
|
|
|
|
<td class="Date">2022-08-25 17:01:09,003</td>
|
|
|
|
<td class="Message">===============(2)?RedisManager,?Redis..</td>
|
|
|
|
<td class="MethodOfCaller">redisManager</td>
|
|
|
|
<td class="FileOfCaller">ShiroConfig.java</td>
|
|
|
|
<td class="LineOfCaller">240</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr class="info odd">
|
|
|
|
<td class="Level">INFO</td>
|
|
|
|
<td class="Date">2022-08-25 17:01:09,007</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">2022-08-25 17:01:09,010</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">2022-08-25 17:01:09,038</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">2022-08-25 17:01:09,277</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 odd">
|
|
|
|
<td class="Level">INFO</td>
|
|
|
|
<td class="Date">2022-08-25 17:01:09,284</td>
|
|
|
|
<td class="Message">Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$517f0715] 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">2022-08-25 17:01:09,294</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 odd">
|
|
|
|
<td class="Level">INFO</td>
|
|
|
|
<td class="Date">2022-08-25 17:01:09,347</td>
|
|
|
|
<td class="Message">Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$fb0973f4] 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">2022-08-25 17:01:09,352</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 odd">
|
|
|
|
<td class="Level">INFO</td>
|
|
|
|
<td class="Date">2022-08-25 17:01:09,797</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 even">
|
|
|
|
<td class="Level">INFO</td>
|
|
|
|
<td class="Date">2022-08-25 17:01:09,817</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 odd">
|
|
|
|
<td class="Level">INFO</td>
|
|
|
|
<td class="Date">2022-08-25 17:01:09,820</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 even">
|
|
|
|
<td class="Level">INFO</td>
|
|
|
|
<td class="Date">2022-08-25 17:01:09,821</td>
|
|
|
|
<td class="Message">Starting Servlet engine: [Apache Tomcat/9.0.60]</td>
|
|
|
|
<td class="MethodOfCaller">log</td>
|
|
|
|
<td class="FileOfCaller">DirectJDKLog.java</td>
|
|
|
|
<td class="LineOfCaller">173</td>
|
|
|
|
</tr> |