jeecgboot-2022-09-20.0.html 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html>
  3. <head>
  4. <title>Logback Log Messages</title>
  5. <style type="text/css">
  6. table { margin-left: 2em; margin-right: 2em; border-left: 2px solid #AAA; }
  7. TR.even { background: #FFFFFF; }
  8. TR.odd { background: #EAEAEA; }
  9. TR.warn TD.Level, TR.error TD.Level, TR.fatal TD.Level {font-weight: bold; color: #FF4040 }
  10. TD { padding-right: 1ex; padding-left: 1ex; border-right: 2px solid #AAA; }
  11. TD.Time, TD.Date { text-align: right; font-family: courier, monospace; font-size: smaller; }
  12. TD.Thread { text-align: left; }
  13. TD.Level { text-align: right; }
  14. TD.Logger { text-align: left; }
  15. TR.header { background: #596ED5; color: #FFF; font-weight: bold; font-size: larger; }
  16. TD.Exception { background: #A2AEE8; font-family: courier, monospace;}
  17. </style>
  18. </head>
  19. <body>
  20. <hr/>
  21. <p>Log session start time Tue Sep 20 11:16:39 CST 2022</p><p></p>
  22. <table cellspacing="0">
  23. <tr class="header">
  24. <td class="Level">Level</td>
  25. <td class="Date">Date</td>
  26. <td class="Message">Message</td>
  27. <td class="MethodOfCaller">MethodOfCaller</td>
  28. <td class="FileOfCaller">FileOfCaller</td>
  29. <td class="LineOfCaller">LineOfCaller</td>
  30. </tr>
  31. <tr class="info even">
  32. <td class="Level">INFO</td>
  33. <td class="Date">2022-09-20 11:16:40,151</td>
  34. <td class="Message">HV000001: Hibernate Validator 6.1.6.Final</td>
  35. <td class="MethodOfCaller">&lt;clinit&gt;</td>
  36. <td class="FileOfCaller">Version.java</td>
  37. <td class="LineOfCaller">21</td>
  38. </tr>
  39. <tr class="info odd">
  40. <td class="Level">INFO</td>
  41. <td class="Date">2022-09-20 11:16:40,496</td>
  42. <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>
  43. <td class="MethodOfCaller">logStarting</td>
  44. <td class="FileOfCaller">StartupInfoLogger.java</td>
  45. <td class="LineOfCaller">55</td>
  46. </tr>
  47. <tr class="info even">
  48. <td class="Level">INFO</td>
  49. <td class="Date">2022-09-20 11:16:40,498</td>
  50. <td class="Message">The following profiles are active: dev</td>
  51. <td class="MethodOfCaller">logStartupProfileInfo</td>
  52. <td class="FileOfCaller">SpringApplication.java</td>
  53. <td class="LineOfCaller">655</td>
  54. </tr>
  55. <tr class="info odd">
  56. <td class="Level">INFO</td>
  57. <td class="Date">2022-09-20 11:16:47,403</td>
  58. <td class="Message">Multiple Spring Data modules found, entering strict repository configuration mode!</td>
  59. <td class="MethodOfCaller">multipleStoresDetected</td>
  60. <td class="FileOfCaller">RepositoryConfigurationDelegate.java</td>
  61. <td class="LineOfCaller">249</td>
  62. </tr>
  63. <tr class="info even">
  64. <td class="Level">INFO</td>
  65. <td class="Date">2022-09-20 11:16:47,406</td>
  66. <td class="Message">Bootstrapping Spring Data Redis repositories in DEFAULT mode.</td>
  67. <td class="MethodOfCaller">registerRepositoriesIn</td>
  68. <td class="FileOfCaller">RepositoryConfigurationDelegate.java</td>
  69. <td class="LineOfCaller">127</td>
  70. </tr>
  71. <tr class="info odd">
  72. <td class="Level">INFO</td>
  73. <td class="Date">2022-09-20 11:16:47,619</td>
  74. <td class="Message">Finished Spring Data repository scanning in 196ms. Found 0 Redis repository interfaces.</td>
  75. <td class="MethodOfCaller">registerRepositoriesIn</td>
  76. <td class="FileOfCaller">RepositoryConfigurationDelegate.java</td>
  77. <td class="LineOfCaller">187</td>
  78. </tr>
  79. <tr class="info even">
  80. <td class="Level">INFO</td>
  81. <td class="Date">2022-09-20 11:16:48,016</td>
  82. <td class="Message"> ******************* init miniDao config [ begin ] *********************** </td>
  83. <td class="MethodOfCaller">miniDaoBeanScannerConfigurer</td>
  84. <td class="FileOfCaller">MinidaoAutoConfiguration.java</td>
  85. <td class="LineOfCaller">23</td>
  86. </tr>
  87. <tr class="info odd">
  88. <td class="Level">INFO</td>
  89. <td class="Date">2022-09-20 11:16:48,017</td>
  90. <td class="Message"> ------ minidao.base-package ------- org.jeecg.modules.jmreport.*</td>
  91. <td class="MethodOfCaller">miniDaoBeanScannerConfigurer</td>
  92. <td class="FileOfCaller">MinidaoAutoConfiguration.java</td>
  93. <td class="LineOfCaller">25</td>
  94. </tr>
  95. <tr class="info even">
  96. <td class="Level">INFO</td>
  97. <td class="Date">2022-09-20 11:16:48,020</td>
  98. <td class="Message"> ******************* init miniDao config [ end ] *********************** </td>
  99. <td class="MethodOfCaller">miniDaoBeanScannerConfigurer</td>
  100. <td class="FileOfCaller">MinidaoAutoConfiguration.java</td>
  101. <td class="LineOfCaller">42</td>
  102. </tr>
  103. <tr class="info odd">
  104. <td class="Level">INFO</td>
  105. <td class="Date">2022-09-20 11:16:48,120</td>
  106. <td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDao }</td>
  107. <td class="MethodOfCaller">doScan</td>
  108. <td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
  109. <td class="LineOfCaller">48</td>
  110. </tr>
  111. <tr class="info even">
  112. <td class="Level">INFO</td>
  113. <td class="Date">2022-09-20 11:16:48,122</td>
  114. <td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDataSourceDao }</td>
  115. <td class="MethodOfCaller">doScan</td>
  116. <td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
  117. <td class="LineOfCaller">48</td>
  118. </tr>
  119. <tr class="info odd">
  120. <td class="Level">INFO</td>
  121. <td class="Date">2022-09-20 11:16:48,124</td>
  122. <td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbDao }</td>
  123. <td class="MethodOfCaller">doScan</td>
  124. <td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
  125. <td class="LineOfCaller">48</td>
  126. </tr>
  127. <tr class="info even">
  128. <td class="Level">INFO</td>
  129. <td class="Date">2022-09-20 11:16:48,125</td>
  130. <td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbFieldDao }</td>
  131. <td class="MethodOfCaller">doScan</td>
  132. <td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
  133. <td class="LineOfCaller">48</td>
  134. </tr>
  135. <tr class="info odd">
  136. <td class="Level">INFO</td>
  137. <td class="Date">2022-09-20 11:16:48,126</td>
  138. <td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbParamDao }</td>
  139. <td class="MethodOfCaller">doScan</td>
  140. <td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
  141. <td class="LineOfCaller">48</td>
  142. </tr>
  143. <tr class="info even">
  144. <td class="Level">INFO</td>
  145. <td class="Date">2022-09-20 11:16:48,128</td>
  146. <td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictDao }</td>
  147. <td class="MethodOfCaller">doScan</td>
  148. <td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
  149. <td class="LineOfCaller">48</td>
  150. </tr>
  151. <tr class="info odd">
  152. <td class="Level">INFO</td>
  153. <td class="Date">2022-09-20 11:16:48,129</td>
  154. <td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictItemDao }</td>
  155. <td class="MethodOfCaller">doScan</td>
  156. <td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
  157. <td class="LineOfCaller">48</td>
  158. </tr>
  159. <tr class="info even">
  160. <td class="Level">INFO</td>
  161. <td class="Date">2022-09-20 11:16:48,130</td>
  162. <td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportLinkDao }</td>
  163. <td class="MethodOfCaller">doScan</td>
  164. <td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
  165. <td class="LineOfCaller">48</td>
  166. </tr>
  167. <tr class="info odd">
  168. <td class="Level">INFO</td>
  169. <td class="Date">2022-09-20 11:16:48,133</td>
  170. <td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportMapDao }</td>
  171. <td class="MethodOfCaller">doScan</td>
  172. <td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
  173. <td class="LineOfCaller">48</td>
  174. </tr>
  175. <tr class="info even">
  176. <td class="Level">INFO</td>
  177. <td class="Date">2022-09-20 11:16:48,136</td>
  178. <td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportShareDao }</td>
  179. <td class="MethodOfCaller">doScan</td>
  180. <td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
  181. <td class="LineOfCaller">48</td>
  182. </tr>
  183. <tr class="warn odd">
  184. <td class="Level">WARN</td>
  185. <td class="Date">2022-09-20 11:16:48,590</td>
  186. <td class="Message">Multiple PropertySourcesPlaceholderConfigurer beans registered [propertySourcesPlaceholderConfigurer, placeholderConfigurer], falling back to Environment</td>
  187. <td class="MethodOfCaller">getSinglePropertySourcesPlaceholderConfigurer</td>
  188. <td class="FileOfCaller">PropertySourcesDeducer.java</td>
  189. <td class="LineOfCaller">66</td>
  190. </tr>
  191. <tr class="info even">
  192. <td class="Level">INFO</td>
  193. <td class="Date">2022-09-20 11:16:48,964</td>
  194. <td class="Message">Bean &#39;(inner bean)#3a1dd365#9&#39; of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  195. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  196. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  197. <td class="LineOfCaller">335</td>
  198. </tr>
  199. <tr class="info odd">
  200. <td class="Level">INFO</td>
  201. <td class="Date">2022-09-20 11:16:48,978</td>
  202. <td class="Message">Bean &#39;jimuReportShareDao&#39; of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  203. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  204. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  205. <td class="LineOfCaller">335</td>
  206. </tr>
  207. <tr class="info even">
  208. <td class="Level">INFO</td>
  209. <td class="Date">2022-09-20 11:16:48,980</td>
  210. <td class="Message">Bean &#39;(inner bean)#3a1dd365#8&#39; of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  211. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  212. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  213. <td class="LineOfCaller">335</td>
  214. </tr>
  215. <tr class="info odd">
  216. <td class="Level">INFO</td>
  217. <td class="Date">2022-09-20 11:16:48,982</td>
  218. <td class="Message">Bean &#39;jimuReportMapDao&#39; of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  219. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  220. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  221. <td class="LineOfCaller">335</td>
  222. </tr>
  223. <tr class="info even">
  224. <td class="Level">INFO</td>
  225. <td class="Date">2022-09-20 11:16:48,984</td>
  226. <td class="Message">Bean &#39;(inner bean)#3a1dd365#7&#39; of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  227. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  228. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  229. <td class="LineOfCaller">335</td>
  230. </tr>
  231. <tr class="info odd">
  232. <td class="Level">INFO</td>
  233. <td class="Date">2022-09-20 11:16:48,987</td>
  234. <td class="Message">Bean &#39;jimuReportLinkDao&#39; of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  235. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  236. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  237. <td class="LineOfCaller">335</td>
  238. </tr>
  239. <tr class="info even">
  240. <td class="Level">INFO</td>
  241. <td class="Date">2022-09-20 11:16:48,991</td>
  242. <td class="Message">Bean &#39;(inner bean)#3a1dd365#6&#39; of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  243. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  244. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  245. <td class="LineOfCaller">335</td>
  246. </tr>
  247. <tr class="info odd">
  248. <td class="Level">INFO</td>
  249. <td class="Date">2022-09-20 11:16:48,994</td>
  250. <td class="Message">Bean &#39;jimuReportDictItemDao&#39; of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  251. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  252. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  253. <td class="LineOfCaller">335</td>
  254. </tr>
  255. <tr class="info even">
  256. <td class="Level">INFO</td>
  257. <td class="Date">2022-09-20 11:16:48,996</td>
  258. <td class="Message">Bean &#39;(inner bean)#3a1dd365#5&#39; of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  259. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  260. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  261. <td class="LineOfCaller">335</td>
  262. </tr>
  263. <tr class="info odd">
  264. <td class="Level">INFO</td>
  265. <td class="Date">2022-09-20 11:16:48,998</td>
  266. <td class="Message">Bean &#39;jimuReportDictDao&#39; of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  267. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  268. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  269. <td class="LineOfCaller">335</td>
  270. </tr>
  271. <tr class="info even">
  272. <td class="Level">INFO</td>
  273. <td class="Date">2022-09-20 11:16:49,000</td>
  274. <td class="Message">Bean &#39;(inner bean)#3a1dd365#4&#39; of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  275. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  276. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  277. <td class="LineOfCaller">335</td>
  278. </tr>
  279. <tr class="info odd">
  280. <td class="Level">INFO</td>
  281. <td class="Date">2022-09-20 11:16:49,002</td>
  282. <td class="Message">Bean &#39;jimuReportDbParamDao&#39; of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  283. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  284. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  285. <td class="LineOfCaller">335</td>
  286. </tr>
  287. <tr class="info even">
  288. <td class="Level">INFO</td>
  289. <td class="Date">2022-09-20 11:16:49,004</td>
  290. <td class="Message">Bean &#39;(inner bean)#3a1dd365#3&#39; of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  291. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  292. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  293. <td class="LineOfCaller">335</td>
  294. </tr>
  295. <tr class="info odd">
  296. <td class="Level">INFO</td>
  297. <td class="Date">2022-09-20 11:16:49,009</td>
  298. <td class="Message">Bean &#39;jimuReportDbFieldDao&#39; of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  299. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  300. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  301. <td class="LineOfCaller">335</td>
  302. </tr>
  303. <tr class="info even">
  304. <td class="Level">INFO</td>
  305. <td class="Date">2022-09-20 11:16:49,012</td>
  306. <td class="Message">Bean &#39;(inner bean)#3a1dd365#2&#39; of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  307. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  308. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  309. <td class="LineOfCaller">335</td>
  310. </tr>
  311. <tr class="info odd">
  312. <td class="Level">INFO</td>
  313. <td class="Date">2022-09-20 11:16:49,014</td>
  314. <td class="Message">Bean &#39;jimuReportDbDao&#39; of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  315. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  316. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  317. <td class="LineOfCaller">335</td>
  318. </tr>
  319. <tr class="info even">
  320. <td class="Level">INFO</td>
  321. <td class="Date">2022-09-20 11:16:49,017</td>
  322. <td class="Message">Bean &#39;(inner bean)#3a1dd365#1&#39; of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  323. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  324. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  325. <td class="LineOfCaller">335</td>
  326. </tr>
  327. <tr class="info odd">
  328. <td class="Level">INFO</td>
  329. <td class="Date">2022-09-20 11:16:49,020</td>
  330. <td class="Message">Bean &#39;jimuReportDataSourceDao&#39; of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  331. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  332. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  333. <td class="LineOfCaller">335</td>
  334. </tr>
  335. <tr class="info even">
  336. <td class="Level">INFO</td>
  337. <td class="Date">2022-09-20 11:16:49,022</td>
  338. <td class="Message">Bean &#39;(inner bean)#3a1dd365&#39; of type [org.jeecgframework.minidao.aop.MiniDaoHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  339. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  340. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  341. <td class="LineOfCaller">335</td>
  342. </tr>
  343. <tr class="info odd">
  344. <td class="Level">INFO</td>
  345. <td class="Date">2022-09-20 11:16:49,024</td>
  346. <td class="Message">Bean &#39;jimuReportDao&#39; of type [org.jeecgframework.minidao.factory.MiniDaoBeanFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  347. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  348. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  349. <td class="LineOfCaller">335</td>
  350. </tr>
  351. <tr class="info even">
  352. <td class="Level">INFO</td>
  353. <td class="Date">2022-09-20 11:16:49,088</td>
  354. <td class="Message">Bean &#39;spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties&#39; 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>
  355. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  356. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  357. <td class="LineOfCaller">335</td>
  358. </tr>
  359. <tr class="info odd">
  360. <td class="Level">INFO</td>
  361. <td class="Date">2022-09-20 11:16:49,101</td>
  362. <td class="Message">Bean &#39;org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration&#39; 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>
  363. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  364. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  365. <td class="LineOfCaller">335</td>
  366. </tr>
  367. <tr class="info even">
  368. <td class="Level">INFO</td>
  369. <td class="Date">2022-09-20 11:16:49,492</td>
  370. <td class="Message">Bean &#39;lettuceClientResources&#39; of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  371. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  372. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  373. <td class="LineOfCaller">335</td>
  374. </tr>
  375. <tr class="info odd">
  376. <td class="Level">INFO</td>
  377. <td class="Date">2022-09-20 11:16:49,693</td>
  378. <td class="Message">Bean &#39;redisConnectionFactory&#39; 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>
  379. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  380. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  381. <td class="LineOfCaller">335</td>
  382. </tr>
  383. <tr class="info even">
  384. <td class="Level">INFO</td>
  385. <td class="Date">2022-09-20 11:16:49,705</td>
  386. <td class="Message">Bean &#39;jeeccgBaseConfig&#39; of type [org.jeecg.config.JeeccgBaseConfig] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  387. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  388. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  389. <td class="LineOfCaller">335</td>
  390. </tr>
  391. <tr class="info odd">
  392. <td class="Level">INFO</td>
  393. <td class="Date">2022-09-20 11:16:49,706</td>
  394. <td class="Message">Bean &#39;shiroConfig&#39; 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>
  395. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  396. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  397. <td class="LineOfCaller">335</td>
  398. </tr>
  399. <tr class="info even">
  400. <td class="Level">INFO</td>
  401. <td class="Date">2022-09-20 11:16:49,873</td>
  402. <td class="Message">Bean &#39;shiroRealm&#39; of type [org.jeecg.config.shiro.ShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  403. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  404. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  405. <td class="LineOfCaller">335</td>
  406. </tr>
  407. <tr class="info odd">
  408. <td class="Level">INFO</td>
  409. <td class="Date">2022-09-20 11:16:50,675</td>
  410. <td class="Message">===============(1)创建缓存管理器RedisCacheManager</td>
  411. <td class="MethodOfCaller">redisCacheManager</td>
  412. <td class="FileOfCaller">ShiroConfig.java</td>
  413. <td class="LineOfCaller">228</td>
  414. </tr>
  415. <tr class="info even">
  416. <td class="Level">INFO</td>
  417. <td class="Date">2022-09-20 11:16:50,688</td>
  418. <td class="Message">===============(2)创建RedisManager,连接Redis..</td>
  419. <td class="MethodOfCaller">redisManager</td>
  420. <td class="FileOfCaller">ShiroConfig.java</td>
  421. <td class="LineOfCaller">246</td>
  422. </tr>
  423. <tr class="info odd">
  424. <td class="Level">INFO</td>
  425. <td class="Date">2022-09-20 11:16:50,701</td>
  426. <td class="Message">Bean &#39;redisManager&#39; of type [org.crazycake.shiro.RedisManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  427. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  428. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  429. <td class="LineOfCaller">335</td>
  430. </tr>
  431. <tr class="info even">
  432. <td class="Level">INFO</td>
  433. <td class="Date">2022-09-20 11:16:50,707</td>
  434. <td class="Message">Bean &#39;securityManager&#39; 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>
  435. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  436. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  437. <td class="LineOfCaller">335</td>
  438. </tr>
  439. <tr class="info odd">
  440. <td class="Level">INFO</td>
  441. <td class="Date">2022-09-20 11:16:50,860</td>
  442. <td class="Message">Bean &#39;authorizationAttributeSourceAdvisor&#39; 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>
  443. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  444. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  445. <td class="LineOfCaller">335</td>
  446. </tr>
  447. <tr class="info even">
  448. <td class="Level">INFO</td>
  449. <td class="Date">2022-09-20 11:16:51,509</td>
  450. <td class="Message">Bean &#39;spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties&#39; 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>
  451. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  452. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  453. <td class="LineOfCaller">335</td>
  454. </tr>
  455. <tr class="info odd">
  456. <td class="Level">INFO</td>
  457. <td class="Date">2022-09-20 11:16:51,520</td>
  458. <td class="Message">Bean &#39;com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration&#39; 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>
  459. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  460. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  461. <td class="LineOfCaller">335</td>
  462. </tr>
  463. <tr class="info even">
  464. <td class="Level">INFO</td>
  465. <td class="Date">2022-09-20 11:16:51,534</td>
  466. <td class="Message">Bean &#39;dsProcessor&#39; 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>
  467. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  468. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  469. <td class="LineOfCaller">335</td>
  470. </tr>
  471. <tr class="info odd">
  472. <td class="Level">INFO</td>
  473. <td class="Date">2022-09-20 11:16:51,566</td>
  474. <td class="Message">Bean &#39;redisConfig&#39; 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>
  475. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  476. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  477. <td class="LineOfCaller">335</td>
  478. </tr>
  479. <tr class="info even">
  480. <td class="Level">INFO</td>
  481. <td class="Date">2022-09-20 11:16:51,658</td>
  482. <td class="Message">Bean &#39;org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration&#39; 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>
  483. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  484. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  485. <td class="LineOfCaller">335</td>
  486. </tr>
  487. <tr class="info odd">
  488. <td class="Level">INFO</td>
  489. <td class="Date">2022-09-20 11:16:51,666</td>
  490. <td class="Message">Bean &#39;eventBus&#39; 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>
  491. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  492. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  493. <td class="LineOfCaller">335</td>
  494. </tr>
  495. <tr class="info even">
  496. <td class="Level">INFO</td>
  497. <td class="Date">2022-09-20 11:16:52,341</td>
  498. <td class="Message">Tomcat initialized with port(s): 8003 (http)</td>
  499. <td class="MethodOfCaller">initialize</td>
  500. <td class="FileOfCaller">TomcatWebServer.java</td>
  501. <td class="LineOfCaller">108</td>
  502. </tr>
  503. <tr class="info odd">
  504. <td class="Level">INFO</td>
  505. <td class="Date">2022-09-20 11:16:52,362</td>
  506. <td class="Message">Initializing ProtocolHandler [&quot;http-nio-8003&quot;]</td>
  507. <td class="MethodOfCaller">log</td>
  508. <td class="FileOfCaller">DirectJDKLog.java</td>
  509. <td class="LineOfCaller">173</td>
  510. </tr>
  511. <tr class="info even">
  512. <td class="Level">INFO</td>
  513. <td class="Date">2022-09-20 11:16:52,363</td>
  514. <td class="Message">Starting service [Tomcat]</td>
  515. <td class="MethodOfCaller">log</td>
  516. <td class="FileOfCaller">DirectJDKLog.java</td>
  517. <td class="LineOfCaller">173</td>
  518. </tr>
  519. <tr class="info odd">
  520. <td class="Level">INFO</td>
  521. <td class="Date">2022-09-20 11:16:52,364</td>
  522. <td class="Message">Starting Servlet engine: [Apache Tomcat/9.0.39]</td>
  523. <td class="MethodOfCaller">log</td>
  524. <td class="FileOfCaller">DirectJDKLog.java</td>
  525. <td class="LineOfCaller">173</td>
  526. </tr>
  527. <tr class="info even">
  528. <td class="Level">INFO</td>
  529. <td class="Date">2022-09-20 11:16:52,743</td>
  530. <td class="Message">Initializing Spring embedded WebApplicationContext</td>
  531. <td class="MethodOfCaller">log</td>
  532. <td class="FileOfCaller">DirectJDKLog.java</td>
  533. <td class="LineOfCaller">173</td>
  534. </tr>
  535. <tr class="info odd">
  536. <td class="Level">INFO</td>
  537. <td class="Date">2022-09-20 11:16:52,744</td>
  538. <td class="Message">Root WebApplicationContext: initialization completed in 12013 ms</td>
  539. <td class="MethodOfCaller">prepareWebApplicationContext</td>
  540. <td class="FileOfCaller">ServletWebServerApplicationContext.java</td>
  541. <td class="LineOfCaller">285</td>
  542. </tr>
  543. <tr class="info even">
  544. <td class="Level">INFO</td>
  545. <td class="Date">2022-09-20 11:16:54,694</td>
  546. <td class="Message">{dataSource-1,master} inited</td>
  547. <td class="MethodOfCaller">init</td>
  548. <td class="FileOfCaller">DruidDataSource.java</td>
  549. <td class="LineOfCaller">994</td>
  550. </tr>