123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618 |
- <!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 Tue Sep 20 11:16:39 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-09-20 11:16:40,151</td>
- <td class="Message">HV000001: Hibernate Validator 6.1.6.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-09-20 11:16:40,496</td>
- <td class="Message">Starting JeecgSystemApplication v3.1.0 on LAPTOP-MGU08CKG with PID 47568 (D:\senyudanz\afterend\sen-yu-new-service\jeecg-boot-module-system\target\jeecg-boot-module-system-3.1.0.jar started by admin in D:\senyudanz\afterend\sen-yu-new-service\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-09-20 11:16:40,498</td>
- <td class="Message">The following profiles are active: dev</td>
- <td class="MethodOfCaller">logStartupProfileInfo</td>
- <td class="FileOfCaller">SpringApplication.java</td>
- <td class="LineOfCaller">655</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:47,403</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">249</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:47,406</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">127</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:47,619</td>
- <td class="Message">Finished Spring Data repository scanning in 196ms. Found 0 Redis repository interfaces.</td>
- <td class="MethodOfCaller">registerRepositoriesIn</td>
- <td class="FileOfCaller">RepositoryConfigurationDelegate.java</td>
- <td class="LineOfCaller">187</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:48,016</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-09-20 11:16:48,017</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-09-20 11:16:48,020</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-09-20 11:16:48,120</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-09-20 11:16:48,122</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-09-20 11:16:48,124</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-09-20 11:16:48,125</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-09-20 11:16:48,126</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-09-20 11:16:48,128</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-09-20 11:16:48,129</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-09-20 11:16:48,130</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-09-20 11:16:48,133</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-09-20 11:16:48,136</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="warn odd">
- <td class="Level">WARN</td>
- <td class="Date">2022-09-20 11:16:48,590</td>
- <td class="Message">Multiple PropertySourcesPlaceholderConfigurer beans registered [propertySourcesPlaceholderConfigurer, placeholderConfigurer], falling back to Environment</td>
- <td class="MethodOfCaller">getSinglePropertySourcesPlaceholderConfigurer</td>
- <td class="FileOfCaller">PropertySourcesDeducer.java</td>
- <td class="LineOfCaller">66</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:48,964</td>
- <td class="Message">Bean '(inner bean)#3a1dd365#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">335</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:48,978</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">335</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:48,980</td>
- <td class="Message">Bean '(inner bean)#3a1dd365#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">335</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:48,982</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">335</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:48,984</td>
- <td class="Message">Bean '(inner bean)#3a1dd365#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">335</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:48,987</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">335</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:48,991</td>
- <td class="Message">Bean '(inner bean)#3a1dd365#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">335</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:48,994</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">335</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:48,996</td>
- <td class="Message">Bean '(inner bean)#3a1dd365#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">335</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:48,998</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">335</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:49,000</td>
- <td class="Message">Bean '(inner bean)#3a1dd365#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">335</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:49,002</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">335</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:49,004</td>
- <td class="Message">Bean '(inner bean)#3a1dd365#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">335</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:49,009</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">335</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:49,012</td>
- <td class="Message">Bean '(inner bean)#3a1dd365#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">335</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:49,014</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">335</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:49,017</td>
- <td class="Message">Bean '(inner bean)#3a1dd365#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">335</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:49,020</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">335</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:49,022</td>
- <td class="Message">Bean '(inner bean)#3a1dd365' 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">335</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:49,024</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">335</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:49,088</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">335</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:49,101</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">335</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:49,492</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">335</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:49,693</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">335</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:49,705</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">335</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:49,706</td>
- <td class="Message">Bean 'shiroConfig' of type [org.jeecg.config.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$81ddf05] 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">335</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:49,873</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">335</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:50,675</td>
- <td class="Message">===============(1)创建缓存管理器RedisCacheManager</td>
- <td class="MethodOfCaller">redisCacheManager</td>
- <td class="FileOfCaller">ShiroConfig.java</td>
- <td class="LineOfCaller">228</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:50,688</td>
- <td class="Message">===============(2)创建RedisManager,连接Redis..</td>
- <td class="MethodOfCaller">redisManager</td>
- <td class="FileOfCaller">ShiroConfig.java</td>
- <td class="LineOfCaller">246</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:50,701</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">335</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:50,707</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">335</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:50,860</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">335</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:51,509</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">335</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:51,520</td>
- <td class="Message">Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$127007dd] 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">335</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:51,534</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">335</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:51,566</td>
- <td class="Message">Bean 'redisConfig' of type [org.jeecg.common.modules.redis.config.RedisConfig$$EnhancerBySpringCGLIB$$257fef35] 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">335</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:51,658</td>
- <td class="Message">Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$bbfa74bc] 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">335</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:51,666</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">335</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:52,341</td>
- <td class="Message">Tomcat initialized with port(s): 8003 (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">2022-09-20 11:16:52,362</td>
- <td class="Message">Initializing ProtocolHandler ["http-nio-8003"]</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-09-20 11:16:52,363</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">2022-09-20 11:16:52,364</td>
- <td class="Message">Starting Servlet engine: [Apache Tomcat/9.0.39]</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-09-20 11:16:52,743</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">2022-09-20 11:16:52,744</td>
- <td class="Message">Root WebApplicationContext: initialization completed in 12013 ms</td>
- <td class="MethodOfCaller">prepareWebApplicationContext</td>
- <td class="FileOfCaller">ServletWebServerApplicationContext.java</td>
- <td class="LineOfCaller">285</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2022-09-20 11:16:54,694</td>
- <td class="Message">{dataSource-1,master} inited</td>
- <td class="MethodOfCaller">init</td>
- <td class="FileOfCaller">DruidDataSource.java</td>
- <td class="LineOfCaller">994</td>
- </tr>
|