123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155 |
- <!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 Sat May 20 21:15:15 CST 2023</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">2023-05-20 21:15:15,799</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">2023-05-20 21:15:15,819</td>
- <td class="Message">Starting JeecgSystemApplication using Java 1.8.0_181 on DESKTOP-JR8N83R with PID 6172 (D:\opt\iTDM-server\itdmServer\jeecg-module-system\jeecg-system-start\target\classes started by 110 in D:\opt\iTDM-server\itdmServer)</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">2023-05-20 21:15:15,820</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">646</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:19,146</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">2023-05-20 21:15:19,150</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">2023-05-20 21:15:19,321</td>
- <td class="Message">Finished Spring Data repository scanning in 150 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">2023-05-20 21:15:19,523</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">2023-05-20 21:15:19,524</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">2023-05-20 21:15:19,525</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">2023-05-20 21:15:19,647</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">2023-05-20 21:15:19,647</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">2023-05-20 21:15:19,648</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">2023-05-20 21:15:19,648</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">2023-05-20 21:15:19,648</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">2023-05-20 21:15:19,648</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">2023-05-20 21:15:19,649</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">2023-05-20 21:15:19,649</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">2023-05-20 21:15:19,649</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">2023-05-20 21:15:19,649</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">2023-05-20 21:15:20,179</td>
- <td class="Message">Bean '(inner bean)#3af36922#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">2023-05-20 21:15:20,186</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">2023-05-20 21:15:20,187</td>
- <td class="Message">Bean '(inner bean)#3af36922#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">2023-05-20 21:15:20,188</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">2023-05-20 21:15:20,190</td>
- <td class="Message">Bean '(inner bean)#3af36922#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">2023-05-20 21:15:20,191</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">2023-05-20 21:15:20,192</td>
- <td class="Message">Bean '(inner bean)#3af36922#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">2023-05-20 21:15:20,193</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">2023-05-20 21:15:20,194</td>
- <td class="Message">Bean '(inner bean)#3af36922#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">2023-05-20 21:15:20,195</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">2023-05-20 21:15:20,196</td>
- <td class="Message">Bean '(inner bean)#3af36922#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">2023-05-20 21:15:20,198</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">2023-05-20 21:15:20,199</td>
- <td class="Message">Bean '(inner bean)#3af36922#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">2023-05-20 21:15:20,200</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">2023-05-20 21:15:20,202</td>
- <td class="Message">Bean '(inner bean)#3af36922#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">2023-05-20 21:15:20,203</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">2023-05-20 21:15:20,205</td>
- <td class="Message">Bean '(inner bean)#3af36922#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">2023-05-20 21:15:20,206</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">2023-05-20 21:15:20,207</td>
- <td class="Message">Bean '(inner bean)#3af36922' 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">2023-05-20 21:15:20,208</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">2023-05-20 21:15:20,232</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">2023-05-20 21:15:20,237</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">2023-05-20 21:15:20,269</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">2023-05-20 21:15:20,271</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">2023-05-20 21:15:20,278</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">2023-05-20 21:15:20,283</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">2023-05-20 21:15:20,287</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">2023-05-20 21:15:20,289</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">2023-05-20 21:15:20,291</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">2023-05-20 21:15:20,366</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">2023-05-20 21:15:20,369</td>
- <td class="Message">Bean 'lettuceMetrics' of type [org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration$$Lambda$438/1185631996] 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">2023-05-20 21:15:20,524</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">2023-05-20 21:15:20,644</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">2023-05-20 21:15:20,651</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 odd">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:20,654</td>
- <td class="Message">Bean 'shiroConfig' of type [org.jeecg.config.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$a420c174] 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">2023-05-20 21:15:21,011</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">2023-05-20 21:15:21,020</td>
- <td class="Message">Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$ae72ea4c] 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">2023-05-20 21:15:21,029</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">2023-05-20 21:15:21,080</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 even">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:21,754</td>
- <td class="Message">===============(1)创建缓存管理器RedisCacheManager</td>
- <td class="MethodOfCaller">redisCacheManager</td>
- <td class="FileOfCaller">ShiroConfig.java</td>
- <td class="LineOfCaller">227</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:21,757</td>
- <td class="Message">===============(2)创建RedisManager,连接Redis..</td>
- <td class="MethodOfCaller">redisManager</td>
- <td class="FileOfCaller">ShiroConfig.java</td>
- <td class="LineOfCaller">245</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:21,762</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 odd">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:21,772</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 even">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:21,805</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 odd">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:21,835</td>
- <td class="Message">Bean 'org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration' of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$57fd572b] 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">2023-05-20 21:15:21,839</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">2023-05-20 21:15:22,273</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">2023-05-20 21:15:22,287</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">2023-05-20 21:15:22,288</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">2023-05-20 21:15:22,289</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>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:22,479</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 even">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:22,479</td>
- <td class="Message">Root WebApplicationContext: initialization completed in 6600 ms</td>
- <td class="MethodOfCaller">prepareWebApplicationContext</td>
- <td class="FileOfCaller">ServletWebServerApplicationContext.java</td>
- <td class="LineOfCaller">290</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:22,699</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">99</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:29,612</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>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:29,615</td>
- <td class="Message">dynamic-datasource - load a datasource named [master] success</td>
- <td class="MethodOfCaller">addDataSource</td>
- <td class="FileOfCaller">DynamicRoutingDataSource.java</td>
- <td class="LineOfCaller">132</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:29,616</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">2023-05-20 21:15:29,817</td>
- <td class="Message">HHH000204: Processing PersistenceUnitInfo [name: default]</td>
- <td class="MethodOfCaller">logPersistenceUnitInformation</td>
- <td class="FileOfCaller">LogHelper.java</td>
- <td class="LineOfCaller">31</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:29,890</td>
- <td class="Message">HHH000412: Hibernate ORM core version 5.6.7.Final</td>
- <td class="MethodOfCaller">logVersion</td>
- <td class="FileOfCaller">Version.java</td>
- <td class="LineOfCaller">44</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:30,069</td>
- <td class="Message">HCANN000001: Hibernate Commons Annotations {5.1.2.Final}</td>
- <td class="MethodOfCaller"><clinit></td>
- <td class="FileOfCaller">JavaReflectionManager.java</td>
- <td class="LineOfCaller">56</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:30,197</td>
- <td class="Message">HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect</td>
- <td class="MethodOfCaller"><init></td>
- <td class="FileOfCaller">Dialect.java</td>
- <td class="LineOfCaller">175</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:30,390</td>
- <td class="Message">HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]</td>
- <td class="MethodOfCaller">initiateService</td>
- <td class="FileOfCaller">JtaPlatformInitiator.java</td>
- <td class="LineOfCaller">52</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:30,401</td>
- <td class="Message">Initialized JPA EntityManagerFactory for persistence unit 'default'</td>
- <td class="MethodOfCaller">buildNativeEntityManagerFactory</td>
- <td class="FileOfCaller">AbstractEntityManagerFactoryBean.java</td>
- <td class="LineOfCaller">437</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:34,340</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">2023-05-20 21:15:35,996</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">2023-05-20 21:15:35,998</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">2023-05-20 21:15:36,009</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">2023-05-20 21:15:36,010</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">2023-05-20 21:15:36,014</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">2023-05-20 21:15:36,017</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">2023-05-20 21:15:36,018</td>
- <td class="Message">Scheduler meta-data: Quartz Scheduler (v2.3.2) 'MyScheduler' with instanceId 'DESKTOP-JR8N83R1684588535997'
- 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">2023-05-20 21:15:36,018</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">2023-05-20 21:15:36,018</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">2023-05-20 21:15:36,018</td>
- <td class="Message">JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@764d54a0</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">2023-05-20 21:15:39,573</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">2023-05-20 21:15:41,433</td>
- <td class="Message">Activiti 5 compatibility handler implementation not found or error during instantiation : org.activiti.compatibility.DefaultActiviti5CompatibilityHandler. Activiti 5 backwards compatibility disabled.</td>
- <td class="MethodOfCaller">createActiviti5CompatibilityHandler</td>
- <td class="FileOfCaller">DefaultActiviti5CompatibilityHandlerFactory.java</td>
- <td class="LineOfCaller">38</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:41,999</td>
- <td class="Message">ProcessEngine default created</td>
- <td class="MethodOfCaller"><init></td>
- <td class="FileOfCaller">ProcessEngineImpl.java</td>
- <td class="LineOfCaller">87</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:44,320</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="info even">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:44,481</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">46</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:45,728</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 even">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:45,764</td>
- <td class="Message">Tomcat started on port(s): 8080 (http) with context path '/itdmServer'</td>
- <td class="MethodOfCaller">start</td>
- <td class="FileOfCaller">TomcatWebServer.java</td>
- <td class="LineOfCaller">220</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:47,855</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 even">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:47,876</td>
- <td class="Message">Started JeecgSystemApplication in 33.082 seconds (JVM running for 34.783)</td>
- <td class="MethodOfCaller">logStarted</td>
- <td class="FileOfCaller">StartupInfoLogger.java</td>
- <td class="LineOfCaller">61</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:47,886</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">30</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:47,938</td>
- <td class="Message">
- ----------------------------------------------------------
- Application Jeecg-Boot is running! Access URLs:
- Local: http://localhost:8080/itdmServer/
- External: http://192.168.1.5:8080/itdmServer/
- Swagger文档: http://192.168.1.5:8080/itdmServer/doc.html
- ----------------------------------------------------------</td>
- <td class="MethodOfCaller">main</td>
- <td class="FileOfCaller">JeecgSystemApplication.java</td>
- <td class="LineOfCaller">35</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:48,858</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 even">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:15:49,780</td>
- <td class="Message">Scheduler MyScheduler_$_DESKTOP-JR8N83R1684588535997 started.</td>
- <td class="MethodOfCaller">start</td>
- <td class="FileOfCaller">QuartzScheduler.java</td>
- <td class="LineOfCaller">547</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:18:11,039</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">2023-05-20 21:18:11,039</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">2023-05-20 21:18:11,042</td>
- <td class="Message">Completed initialization in 3 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">2023-05-20 21:18:11,272</td>
- <td class="Message">获取验证码,Redis key = 4561f0205bd17f5203efa54f0abbfc78,checkCode = wNWg</td>
- <td class="MethodOfCaller">randomImage</td>
- <td class="FileOfCaller">LoginController.java</td>
- <td class="LineOfCaller">516</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:18:16,134</td>
- <td class="Message">redis remove key:sys:cache:encrypt:user::admin</td>
- <td class="MethodOfCaller">remove</td>
- <td class="FileOfCaller">JeecgRedisCacheWriter.java</td>
- <td class="LineOfCaller">113</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:18:17,750</td>
- <td class="Message">加密操作,Aspect程序耗时:15ms</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">2023-05-20 21:18:53,410</td>
- <td class="Message">【系统 WebSocket】有新的连接,总数为:1</td>
- <td class="MethodOfCaller">onOpen</td>
- <td class="FileOfCaller">WebSocket.java</td>
- <td class="LineOfCaller">43</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:19:52,046</td>
- <td class="Message">Scheduler MyScheduler_$_DESKTOP-JR8N83R1684588535997 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">2023-05-20 21:19:52,209</td>
- <td class="Message">【系统 WebSocket】连接断开,总数为:0</td>
- <td class="MethodOfCaller">onClose</td>
- <td class="FileOfCaller">WebSocket.java</td>
- <td class="LineOfCaller">52</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:19:52,232</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">2023-05-20 21:19:52,233</td>
- <td class="Message">Scheduler MyScheduler_$_DESKTOP-JR8N83R1684588535997 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">2023-05-20 21:19:52,233</td>
- <td class="Message">Scheduler MyScheduler_$_DESKTOP-JR8N83R1684588535997 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">2023-05-20 21:19:52,235</td>
- <td class="Message">Scheduler MyScheduler_$_DESKTOP-JR8N83R1684588535997 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">2023-05-20 21:19:52,242</td>
- <td class="Message">Closing JPA EntityManagerFactory for persistence unit 'default'</td>
- <td class="MethodOfCaller">destroy</td>
- <td class="FileOfCaller">AbstractEntityManagerFactoryBean.java</td>
- <td class="LineOfCaller">651</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:19:52,248</td>
- <td class="Message">dynamic-datasource start closing ....</td>
- <td class="MethodOfCaller">destroy</td>
- <td class="FileOfCaller">DynamicRoutingDataSource.java</td>
- <td class="LineOfCaller">217</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:19:52,251</td>
- <td class="Message">{dataSource-1} closing ...</td>
- <td class="MethodOfCaller">close</td>
- <td class="FileOfCaller">DruidDataSource.java</td>
- <td class="LineOfCaller">2029</td>
- </tr>
- <tr class="info odd">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:19:52,261</td>
- <td class="Message">{dataSource-1} closed</td>
- <td class="MethodOfCaller">close</td>
- <td class="FileOfCaller">DruidDataSource.java</td>
- <td class="LineOfCaller">2101</td>
- </tr>
- <tr class="info even">
- <td class="Level">INFO</td>
- <td class="Date">2023-05-20 21:19:52,262</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">221</td>
- </tr>
- </table>
- </body></html>
|