jeecgboot-2023-05-20.0.html 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155
  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 Sat May 20 21:15:15 CST 2023</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">2023-05-20 21:15:15,799</td>
  34. <td class="Message">HV000001: Hibernate Validator 6.2.3.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">2023-05-20 21:15:15,819</td>
  42. <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>
  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">2023-05-20 21:15:15,820</td>
  50. <td class="Message">The following 1 profile is active: &quot;dev&quot;</td>
  51. <td class="MethodOfCaller">logStartupProfileInfo</td>
  52. <td class="FileOfCaller">SpringApplication.java</td>
  53. <td class="LineOfCaller">646</td>
  54. </tr>
  55. <tr class="info odd">
  56. <td class="Level">INFO</td>
  57. <td class="Date">2023-05-20 21:15:19,146</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">262</td>
  62. </tr>
  63. <tr class="info even">
  64. <td class="Level">INFO</td>
  65. <td class="Date">2023-05-20 21:15:19,150</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">132</td>
  70. </tr>
  71. <tr class="info odd">
  72. <td class="Level">INFO</td>
  73. <td class="Date">2023-05-20 21:15:19,321</td>
  74. <td class="Message">Finished Spring Data repository scanning in 150 ms. Found 0 Redis repository interfaces.</td>
  75. <td class="MethodOfCaller">registerRepositoriesIn</td>
  76. <td class="FileOfCaller">RepositoryConfigurationDelegate.java</td>
  77. <td class="LineOfCaller">201</td>
  78. </tr>
  79. <tr class="info even">
  80. <td class="Level">INFO</td>
  81. <td class="Date">2023-05-20 21:15:19,523</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">2023-05-20 21:15:19,524</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">2023-05-20 21:15:19,525</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">2023-05-20 21:15:19,647</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">2023-05-20 21:15:19,647</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">2023-05-20 21:15:19,648</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">2023-05-20 21:15:19,648</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">2023-05-20 21:15:19,648</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">2023-05-20 21:15:19,648</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">2023-05-20 21:15:19,649</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">2023-05-20 21:15:19,649</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">2023-05-20 21:15:19,649</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">2023-05-20 21:15:19,649</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="info odd">
  184. <td class="Level">INFO</td>
  185. <td class="Date">2023-05-20 21:15:20,179</td>
  186. <td class="Message">Bean &#39;(inner bean)#3af36922#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>
  187. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  188. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  189. <td class="LineOfCaller">376</td>
  190. </tr>
  191. <tr class="info even">
  192. <td class="Level">INFO</td>
  193. <td class="Date">2023-05-20 21:15:20,186</td>
  194. <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>
  195. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  196. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  197. <td class="LineOfCaller">376</td>
  198. </tr>
  199. <tr class="info odd">
  200. <td class="Level">INFO</td>
  201. <td class="Date">2023-05-20 21:15:20,187</td>
  202. <td class="Message">Bean &#39;(inner bean)#3af36922#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>
  203. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  204. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  205. <td class="LineOfCaller">376</td>
  206. </tr>
  207. <tr class="info even">
  208. <td class="Level">INFO</td>
  209. <td class="Date">2023-05-20 21:15:20,188</td>
  210. <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>
  211. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  212. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  213. <td class="LineOfCaller">376</td>
  214. </tr>
  215. <tr class="info odd">
  216. <td class="Level">INFO</td>
  217. <td class="Date">2023-05-20 21:15:20,190</td>
  218. <td class="Message">Bean &#39;(inner bean)#3af36922#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>
  219. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  220. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  221. <td class="LineOfCaller">376</td>
  222. </tr>
  223. <tr class="info even">
  224. <td class="Level">INFO</td>
  225. <td class="Date">2023-05-20 21:15:20,191</td>
  226. <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>
  227. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  228. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  229. <td class="LineOfCaller">376</td>
  230. </tr>
  231. <tr class="info odd">
  232. <td class="Level">INFO</td>
  233. <td class="Date">2023-05-20 21:15:20,192</td>
  234. <td class="Message">Bean &#39;(inner bean)#3af36922#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>
  235. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  236. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  237. <td class="LineOfCaller">376</td>
  238. </tr>
  239. <tr class="info even">
  240. <td class="Level">INFO</td>
  241. <td class="Date">2023-05-20 21:15:20,193</td>
  242. <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>
  243. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  244. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  245. <td class="LineOfCaller">376</td>
  246. </tr>
  247. <tr class="info odd">
  248. <td class="Level">INFO</td>
  249. <td class="Date">2023-05-20 21:15:20,194</td>
  250. <td class="Message">Bean &#39;(inner bean)#3af36922#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>
  251. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  252. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  253. <td class="LineOfCaller">376</td>
  254. </tr>
  255. <tr class="info even">
  256. <td class="Level">INFO</td>
  257. <td class="Date">2023-05-20 21:15:20,195</td>
  258. <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>
  259. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  260. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  261. <td class="LineOfCaller">376</td>
  262. </tr>
  263. <tr class="info odd">
  264. <td class="Level">INFO</td>
  265. <td class="Date">2023-05-20 21:15:20,196</td>
  266. <td class="Message">Bean &#39;(inner bean)#3af36922#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>
  267. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  268. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  269. <td class="LineOfCaller">376</td>
  270. </tr>
  271. <tr class="info even">
  272. <td class="Level">INFO</td>
  273. <td class="Date">2023-05-20 21:15:20,198</td>
  274. <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>
  275. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  276. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  277. <td class="LineOfCaller">376</td>
  278. </tr>
  279. <tr class="info odd">
  280. <td class="Level">INFO</td>
  281. <td class="Date">2023-05-20 21:15:20,199</td>
  282. <td class="Message">Bean &#39;(inner bean)#3af36922#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>
  283. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  284. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  285. <td class="LineOfCaller">376</td>
  286. </tr>
  287. <tr class="info even">
  288. <td class="Level">INFO</td>
  289. <td class="Date">2023-05-20 21:15:20,200</td>
  290. <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>
  291. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  292. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  293. <td class="LineOfCaller">376</td>
  294. </tr>
  295. <tr class="info odd">
  296. <td class="Level">INFO</td>
  297. <td class="Date">2023-05-20 21:15:20,202</td>
  298. <td class="Message">Bean &#39;(inner bean)#3af36922#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>
  299. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  300. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  301. <td class="LineOfCaller">376</td>
  302. </tr>
  303. <tr class="info even">
  304. <td class="Level">INFO</td>
  305. <td class="Date">2023-05-20 21:15:20,203</td>
  306. <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>
  307. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  308. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  309. <td class="LineOfCaller">376</td>
  310. </tr>
  311. <tr class="info odd">
  312. <td class="Level">INFO</td>
  313. <td class="Date">2023-05-20 21:15:20,205</td>
  314. <td class="Message">Bean &#39;(inner bean)#3af36922#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>
  315. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  316. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  317. <td class="LineOfCaller">376</td>
  318. </tr>
  319. <tr class="info even">
  320. <td class="Level">INFO</td>
  321. <td class="Date">2023-05-20 21:15:20,206</td>
  322. <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>
  323. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  324. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  325. <td class="LineOfCaller">376</td>
  326. </tr>
  327. <tr class="info odd">
  328. <td class="Level">INFO</td>
  329. <td class="Date">2023-05-20 21:15:20,207</td>
  330. <td class="Message">Bean &#39;(inner bean)#3af36922&#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>
  331. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  332. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  333. <td class="LineOfCaller">376</td>
  334. </tr>
  335. <tr class="info even">
  336. <td class="Level">INFO</td>
  337. <td class="Date">2023-05-20 21:15:20,208</td>
  338. <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>
  339. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  340. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  341. <td class="LineOfCaller">376</td>
  342. </tr>
  343. <tr class="info odd">
  344. <td class="Level">INFO</td>
  345. <td class="Date">2023-05-20 21:15:20,232</td>
  346. <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>
  347. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  348. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  349. <td class="LineOfCaller">376</td>
  350. </tr>
  351. <tr class="info even">
  352. <td class="Level">INFO</td>
  353. <td class="Date">2023-05-20 21:15:20,237</td>
  354. <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>
  355. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  356. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  357. <td class="LineOfCaller">376</td>
  358. </tr>
  359. <tr class="info odd">
  360. <td class="Level">INFO</td>
  361. <td class="Date">2023-05-20 21:15:20,269</td>
  362. <td class="Message">Bean &#39;org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration&#39; 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>
  363. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  364. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  365. <td class="LineOfCaller">376</td>
  366. </tr>
  367. <tr class="info even">
  368. <td class="Level">INFO</td>
  369. <td class="Date">2023-05-20 21:15:20,271</td>
  370. <td class="Message">Bean &#39;org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration&#39; 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>
  371. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  372. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  373. <td class="LineOfCaller">376</td>
  374. </tr>
  375. <tr class="info odd">
  376. <td class="Level">INFO</td>
  377. <td class="Date">2023-05-20 21:15:20,278</td>
  378. <td class="Message">Bean &#39;management.metrics.export.prometheus-org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusProperties&#39; 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>
  379. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  380. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  381. <td class="LineOfCaller">376</td>
  382. </tr>
  383. <tr class="info even">
  384. <td class="Level">INFO</td>
  385. <td class="Date">2023-05-20 21:15:20,283</td>
  386. <td class="Message">Bean &#39;prometheusConfig&#39; 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>
  387. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  388. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  389. <td class="LineOfCaller">376</td>
  390. </tr>
  391. <tr class="info odd">
  392. <td class="Level">INFO</td>
  393. <td class="Date">2023-05-20 21:15:20,287</td>
  394. <td class="Message">Bean &#39;collectorRegistry&#39; of type [io.prometheus.client.CollectorRegistry] 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">376</td>
  398. </tr>
  399. <tr class="info even">
  400. <td class="Level">INFO</td>
  401. <td class="Date">2023-05-20 21:15:20,289</td>
  402. <td class="Message">Bean &#39;org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration&#39; 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>
  403. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  404. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  405. <td class="LineOfCaller">376</td>
  406. </tr>
  407. <tr class="info odd">
  408. <td class="Level">INFO</td>
  409. <td class="Date">2023-05-20 21:15:20,291</td>
  410. <td class="Message">Bean &#39;micrometerClock&#39; 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>
  411. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  412. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  413. <td class="LineOfCaller">376</td>
  414. </tr>
  415. <tr class="info even">
  416. <td class="Level">INFO</td>
  417. <td class="Date">2023-05-20 21:15:20,366</td>
  418. <td class="Message">Bean &#39;prometheusMeterRegistry&#39; of type [io.micrometer.prometheus.PrometheusMeterRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
  419. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  420. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  421. <td class="LineOfCaller">376</td>
  422. </tr>
  423. <tr class="info odd">
  424. <td class="Level">INFO</td>
  425. <td class="Date">2023-05-20 21:15:20,369</td>
  426. <td class="Message">Bean &#39;lettuceMetrics&#39; 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>
  427. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  428. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  429. <td class="LineOfCaller">376</td>
  430. </tr>
  431. <tr class="info even">
  432. <td class="Level">INFO</td>
  433. <td class="Date">2023-05-20 21:15:20,524</td>
  434. <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>
  435. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  436. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  437. <td class="LineOfCaller">376</td>
  438. </tr>
  439. <tr class="info odd">
  440. <td class="Level">INFO</td>
  441. <td class="Date">2023-05-20 21:15:20,644</td>
  442. <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>
  443. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  444. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  445. <td class="LineOfCaller">376</td>
  446. </tr>
  447. <tr class="info even">
  448. <td class="Level">INFO</td>
  449. <td class="Date">2023-05-20 21:15:20,651</td>
  450. <td class="Message">Bean &#39;jeecgBaseConfig&#39; of type [org.jeecg.config.JeecgBaseConfig] 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">376</td>
  454. </tr>
  455. <tr class="info odd">
  456. <td class="Level">INFO</td>
  457. <td class="Date">2023-05-20 21:15:20,654</td>
  458. <td class="Message">Bean &#39;shiroConfig&#39; 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>
  459. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  460. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  461. <td class="LineOfCaller">376</td>
  462. </tr>
  463. <tr class="info even">
  464. <td class="Level">INFO</td>
  465. <td class="Date">2023-05-20 21:15:21,011</td>
  466. <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>
  467. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  468. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  469. <td class="LineOfCaller">376</td>
  470. </tr>
  471. <tr class="info odd">
  472. <td class="Level">INFO</td>
  473. <td class="Date">2023-05-20 21:15:21,020</td>
  474. <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$$ae72ea4c] 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">376</td>
  478. </tr>
  479. <tr class="info even">
  480. <td class="Level">INFO</td>
  481. <td class="Date">2023-05-20 21:15:21,029</td>
  482. <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>
  483. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  484. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  485. <td class="LineOfCaller">376</td>
  486. </tr>
  487. <tr class="info odd">
  488. <td class="Level">INFO</td>
  489. <td class="Date">2023-05-20 21:15:21,080</td>
  490. <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>
  491. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  492. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  493. <td class="LineOfCaller">376</td>
  494. </tr>
  495. <tr class="info even">
  496. <td class="Level">INFO</td>
  497. <td class="Date">2023-05-20 21:15:21,754</td>
  498. <td class="Message">===============(1)创建缓存管理器RedisCacheManager</td>
  499. <td class="MethodOfCaller">redisCacheManager</td>
  500. <td class="FileOfCaller">ShiroConfig.java</td>
  501. <td class="LineOfCaller">227</td>
  502. </tr>
  503. <tr class="info odd">
  504. <td class="Level">INFO</td>
  505. <td class="Date">2023-05-20 21:15:21,757</td>
  506. <td class="Message">===============(2)创建RedisManager,连接Redis..</td>
  507. <td class="MethodOfCaller">redisManager</td>
  508. <td class="FileOfCaller">ShiroConfig.java</td>
  509. <td class="LineOfCaller">245</td>
  510. </tr>
  511. <tr class="info even">
  512. <td class="Level">INFO</td>
  513. <td class="Date">2023-05-20 21:15:21,762</td>
  514. <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>
  515. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  516. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  517. <td class="LineOfCaller">376</td>
  518. </tr>
  519. <tr class="info odd">
  520. <td class="Level">INFO</td>
  521. <td class="Date">2023-05-20 21:15:21,772</td>
  522. <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>
  523. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  524. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  525. <td class="LineOfCaller">376</td>
  526. </tr>
  527. <tr class="info even">
  528. <td class="Level">INFO</td>
  529. <td class="Date">2023-05-20 21:15:21,805</td>
  530. <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>
  531. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  532. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  533. <td class="LineOfCaller">376</td>
  534. </tr>
  535. <tr class="info odd">
  536. <td class="Level">INFO</td>
  537. <td class="Date">2023-05-20 21:15:21,835</td>
  538. <td class="Message">Bean &#39;org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration&#39; 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>
  539. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  540. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  541. <td class="LineOfCaller">376</td>
  542. </tr>
  543. <tr class="info even">
  544. <td class="Level">INFO</td>
  545. <td class="Date">2023-05-20 21:15:21,839</td>
  546. <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>
  547. <td class="MethodOfCaller">postProcessAfterInitialization</td>
  548. <td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
  549. <td class="LineOfCaller">376</td>
  550. </tr>
  551. <tr class="info odd">
  552. <td class="Level">INFO</td>
  553. <td class="Date">2023-05-20 21:15:22,273</td>
  554. <td class="Message">Tomcat initialized with port(s): 8080 (http)</td>
  555. <td class="MethodOfCaller">initialize</td>
  556. <td class="FileOfCaller">TomcatWebServer.java</td>
  557. <td class="LineOfCaller">108</td>
  558. </tr>
  559. <tr class="info even">
  560. <td class="Level">INFO</td>
  561. <td class="Date">2023-05-20 21:15:22,287</td>
  562. <td class="Message">Initializing ProtocolHandler [&quot;http-nio-8080&quot;]</td>
  563. <td class="MethodOfCaller">log</td>
  564. <td class="FileOfCaller">DirectJDKLog.java</td>
  565. <td class="LineOfCaller">173</td>
  566. </tr>
  567. <tr class="info odd">
  568. <td class="Level">INFO</td>
  569. <td class="Date">2023-05-20 21:15:22,288</td>
  570. <td class="Message">Starting service [Tomcat]</td>
  571. <td class="MethodOfCaller">log</td>
  572. <td class="FileOfCaller">DirectJDKLog.java</td>
  573. <td class="LineOfCaller">173</td>
  574. </tr>
  575. <tr class="info even">
  576. <td class="Level">INFO</td>
  577. <td class="Date">2023-05-20 21:15:22,289</td>
  578. <td class="Message">Starting Servlet engine: [Apache Tomcat/9.0.60]</td>
  579. <td class="MethodOfCaller">log</td>
  580. <td class="FileOfCaller">DirectJDKLog.java</td>
  581. <td class="LineOfCaller">173</td>
  582. </tr>
  583. <tr class="info odd">
  584. <td class="Level">INFO</td>
  585. <td class="Date">2023-05-20 21:15:22,479</td>
  586. <td class="Message">Initializing Spring embedded WebApplicationContext</td>
  587. <td class="MethodOfCaller">log</td>
  588. <td class="FileOfCaller">DirectJDKLog.java</td>
  589. <td class="LineOfCaller">173</td>
  590. </tr>
  591. <tr class="info even">
  592. <td class="Level">INFO</td>
  593. <td class="Date">2023-05-20 21:15:22,479</td>
  594. <td class="Message">Root WebApplicationContext: initialization completed in 6600 ms</td>
  595. <td class="MethodOfCaller">prepareWebApplicationContext</td>
  596. <td class="FileOfCaller">ServletWebServerApplicationContext.java</td>
  597. <td class="LineOfCaller">290</td>
  598. </tr>
  599. <tr class="info odd">
  600. <td class="Level">INFO</td>
  601. <td class="Date">2023-05-20 21:15:22,699</td>
  602. <td class="Message"> Init JimuReport Config [ Token Interceptor &amp; Resource Locations ] </td>
  603. <td class="MethodOfCaller">afterPropertiesSet</td>
  604. <td class="FileOfCaller">JimuReportConfiguration.java</td>
  605. <td class="LineOfCaller">99</td>
  606. </tr>
  607. <tr class="info even">
  608. <td class="Level">INFO</td>
  609. <td class="Date">2023-05-20 21:15:29,612</td>
  610. <td class="Message">{dataSource-1,master} inited</td>
  611. <td class="MethodOfCaller">init</td>
  612. <td class="FileOfCaller">DruidDataSource.java</td>
  613. <td class="LineOfCaller">994</td>
  614. </tr>
  615. <tr class="info odd">
  616. <td class="Level">INFO</td>
  617. <td class="Date">2023-05-20 21:15:29,615</td>
  618. <td class="Message">dynamic-datasource - load a datasource named [master] success</td>
  619. <td class="MethodOfCaller">addDataSource</td>
  620. <td class="FileOfCaller">DynamicRoutingDataSource.java</td>
  621. <td class="LineOfCaller">132</td>
  622. </tr>
  623. <tr class="info even">
  624. <td class="Level">INFO</td>
  625. <td class="Date">2023-05-20 21:15:29,616</td>
  626. <td class="Message">dynamic-datasource initial loaded [1] datasource,primary datasource named [master]</td>
  627. <td class="MethodOfCaller">afterPropertiesSet</td>
  628. <td class="FileOfCaller">DynamicRoutingDataSource.java</td>
  629. <td class="LineOfCaller">237</td>
  630. </tr>
  631. <tr class="info odd">
  632. <td class="Level">INFO</td>
  633. <td class="Date">2023-05-20 21:15:29,817</td>
  634. <td class="Message">HHH000204: Processing PersistenceUnitInfo [name: default]</td>
  635. <td class="MethodOfCaller">logPersistenceUnitInformation</td>
  636. <td class="FileOfCaller">LogHelper.java</td>
  637. <td class="LineOfCaller">31</td>
  638. </tr>
  639. <tr class="info even">
  640. <td class="Level">INFO</td>
  641. <td class="Date">2023-05-20 21:15:29,890</td>
  642. <td class="Message">HHH000412: Hibernate ORM core version 5.6.7.Final</td>
  643. <td class="MethodOfCaller">logVersion</td>
  644. <td class="FileOfCaller">Version.java</td>
  645. <td class="LineOfCaller">44</td>
  646. </tr>
  647. <tr class="info odd">
  648. <td class="Level">INFO</td>
  649. <td class="Date">2023-05-20 21:15:30,069</td>
  650. <td class="Message">HCANN000001: Hibernate Commons Annotations {5.1.2.Final}</td>
  651. <td class="MethodOfCaller">&lt;clinit&gt;</td>
  652. <td class="FileOfCaller">JavaReflectionManager.java</td>
  653. <td class="LineOfCaller">56</td>
  654. </tr>
  655. <tr class="info even">
  656. <td class="Level">INFO</td>
  657. <td class="Date">2023-05-20 21:15:30,197</td>
  658. <td class="Message">HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect</td>
  659. <td class="MethodOfCaller">&lt;init&gt;</td>
  660. <td class="FileOfCaller">Dialect.java</td>
  661. <td class="LineOfCaller">175</td>
  662. </tr>
  663. <tr class="info odd">
  664. <td class="Level">INFO</td>
  665. <td class="Date">2023-05-20 21:15:30,390</td>
  666. <td class="Message">HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]</td>
  667. <td class="MethodOfCaller">initiateService</td>
  668. <td class="FileOfCaller">JtaPlatformInitiator.java</td>
  669. <td class="LineOfCaller">52</td>
  670. </tr>
  671. <tr class="info even">
  672. <td class="Level">INFO</td>
  673. <td class="Date">2023-05-20 21:15:30,401</td>
  674. <td class="Message">Initialized JPA EntityManagerFactory for persistence unit &#39;default&#39;</td>
  675. <td class="MethodOfCaller">buildNativeEntityManagerFactory</td>
  676. <td class="FileOfCaller">AbstractEntityManagerFactoryBean.java</td>
  677. <td class="LineOfCaller">437</td>
  678. </tr>
  679. <tr class="info odd">
  680. <td class="Level">INFO</td>
  681. <td class="Date">2023-05-20 21:15:34,340</td>
  682. <td class="Message"> --- redis config init --- </td>
  683. <td class="MethodOfCaller">redisTemplate</td>
  684. <td class="FileOfCaller">RedisConfig.java</td>
  685. <td class="LineOfCaller">56</td>
  686. </tr>
  687. <tr class="info even">
  688. <td class="Level">INFO</td>
  689. <td class="Date">2023-05-20 21:15:35,996</td>
  690. <td class="Message">Using default implementation for ThreadExecutor</td>
  691. <td class="MethodOfCaller">instantiate</td>
  692. <td class="FileOfCaller">StdSchedulerFactory.java</td>
  693. <td class="LineOfCaller">1220</td>
  694. </tr>
  695. <tr class="info odd">
  696. <td class="Level">INFO</td>
  697. <td class="Date">2023-05-20 21:15:35,998</td>
  698. <td class="Message">Job execution threads will use class loader of thread: main</td>
  699. <td class="MethodOfCaller">initialize</td>
  700. <td class="FileOfCaller">SimpleThreadPool.java</td>
  701. <td class="LineOfCaller">268</td>
  702. </tr>
  703. <tr class="info even">
  704. <td class="Level">INFO</td>
  705. <td class="Date">2023-05-20 21:15:36,009</td>
  706. <td class="Message">Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl</td>
  707. <td class="MethodOfCaller">&lt;init&gt;</td>
  708. <td class="FileOfCaller">SchedulerSignalerImpl.java</td>
  709. <td class="LineOfCaller">61</td>
  710. </tr>
  711. <tr class="info odd">
  712. <td class="Level">INFO</td>
  713. <td class="Date">2023-05-20 21:15:36,010</td>
  714. <td class="Message">Quartz Scheduler v.2.3.2 created.</td>
  715. <td class="MethodOfCaller">&lt;init&gt;</td>
  716. <td class="FileOfCaller">QuartzScheduler.java</td>
  717. <td class="LineOfCaller">229</td>
  718. </tr>
  719. <tr class="info even">
  720. <td class="Level">INFO</td>
  721. <td class="Date">2023-05-20 21:15:36,014</td>
  722. <td class="Message">Using db table-based data access locking (synchronization).</td>
  723. <td class="MethodOfCaller">initialize</td>
  724. <td class="FileOfCaller">JobStoreSupport.java</td>
  725. <td class="LineOfCaller">672</td>
  726. </tr>
  727. <tr class="info odd">
  728. <td class="Level">INFO</td>
  729. <td class="Date">2023-05-20 21:15:36,017</td>
  730. <td class="Message">JobStoreCMT initialized.</td>
  731. <td class="MethodOfCaller">initialize</td>
  732. <td class="FileOfCaller">JobStoreCMT.java</td>
  733. <td class="LineOfCaller">145</td>
  734. </tr>
  735. <tr class="info even">
  736. <td class="Level">INFO</td>
  737. <td class="Date">2023-05-20 21:15:36,018</td>
  738. <td class="Message">Scheduler meta-data: Quartz Scheduler (v2.3.2) &#39;MyScheduler&#39; with instanceId &#39;DESKTOP-JR8N83R1684588535997&#39;
  739. Scheduler class: &#39;org.quartz.core.QuartzScheduler&#39; - running locally.
  740. NOT STARTED.
  741. Currently in standby mode.
  742. Number of jobs executed: 0
  743. Using thread pool &#39;org.quartz.simpl.SimpleThreadPool&#39; - with 10 threads.
  744. Using job-store &#39;org.springframework.scheduling.quartz.LocalDataSourceJobStore&#39; - which supports persistence. and is clustered.
  745. </td>
  746. <td class="MethodOfCaller">initialize</td>
  747. <td class="FileOfCaller">QuartzScheduler.java</td>
  748. <td class="LineOfCaller">294</td>
  749. </tr>
  750. <tr class="info odd">
  751. <td class="Level">INFO</td>
  752. <td class="Date">2023-05-20 21:15:36,018</td>
  753. <td class="Message">Quartz scheduler &#39;MyScheduler&#39; initialized from an externally provided properties instance.</td>
  754. <td class="MethodOfCaller">instantiate</td>
  755. <td class="FileOfCaller">StdSchedulerFactory.java</td>
  756. <td class="LineOfCaller">1374</td>
  757. </tr>
  758. <tr class="info even">
  759. <td class="Level">INFO</td>
  760. <td class="Date">2023-05-20 21:15:36,018</td>
  761. <td class="Message">Quartz scheduler version: 2.3.2</td>
  762. <td class="MethodOfCaller">instantiate</td>
  763. <td class="FileOfCaller">StdSchedulerFactory.java</td>
  764. <td class="LineOfCaller">1378</td>
  765. </tr>
  766. <tr class="info odd">
  767. <td class="Level">INFO</td>
  768. <td class="Date">2023-05-20 21:15:36,018</td>
  769. <td class="Message">JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@764d54a0</td>
  770. <td class="MethodOfCaller">setJobFactory</td>
  771. <td class="FileOfCaller">QuartzScheduler.java</td>
  772. <td class="LineOfCaller">2293</td>
  773. </tr>
  774. <tr class="info even">
  775. <td class="Level">INFO</td>
  776. <td class="Date">2023-05-20 21:15:39,573</td>
  777. <td class="Message"> Init JimuReport Config [ 线程池 ] </td>
  778. <td class="MethodOfCaller">afterPropertiesSet</td>
  779. <td class="FileOfCaller">JmReportExecutorConfig.java</td>
  780. <td class="LineOfCaller">42</td>
  781. </tr>
  782. <tr class="info odd">
  783. <td class="Level">INFO</td>
  784. <td class="Date">2023-05-20 21:15:41,433</td>
  785. <td class="Message">Activiti 5 compatibility handler implementation not found or error during instantiation : org.activiti.compatibility.DefaultActiviti5CompatibilityHandler. Activiti 5 backwards compatibility disabled.</td>
  786. <td class="MethodOfCaller">createActiviti5CompatibilityHandler</td>
  787. <td class="FileOfCaller">DefaultActiviti5CompatibilityHandlerFactory.java</td>
  788. <td class="LineOfCaller">38</td>
  789. </tr>
  790. <tr class="info even">
  791. <td class="Level">INFO</td>
  792. <td class="Date">2023-05-20 21:15:41,999</td>
  793. <td class="Message">ProcessEngine default created</td>
  794. <td class="MethodOfCaller">&lt;init&gt;</td>
  795. <td class="FileOfCaller">ProcessEngineImpl.java</td>
  796. <td class="LineOfCaller">87</td>
  797. </tr>
  798. <tr class="info odd">
  799. <td class="Level">INFO</td>
  800. <td class="Date">2023-05-20 21:15:44,320</td>
  801. <td class="Message">Exposing 2 endpoint(s) beneath base path &#39;/actuator&#39;</td>
  802. <td class="MethodOfCaller">&lt;init&gt;</td>
  803. <td class="FileOfCaller">EndpointLinksResolver.java</td>
  804. <td class="LineOfCaller">58</td>
  805. </tr>
  806. <tr class="info even">
  807. <td class="Level">INFO</td>
  808. <td class="Date">2023-05-20 21:15:44,481</td>
  809. <td class="Message"> Init CodeGenerate Config [ Get Db Config From application.yml ] </td>
  810. <td class="MethodOfCaller">initCodeGenerateDbConfig</td>
  811. <td class="FileOfCaller">CodeGenerateDbConfig.java</td>
  812. <td class="LineOfCaller">46</td>
  813. </tr>
  814. <tr class="info odd">
  815. <td class="Level">INFO</td>
  816. <td class="Date">2023-05-20 21:15:45,728</td>
  817. <td class="Message">Starting ProtocolHandler [&quot;http-nio-8080&quot;]</td>
  818. <td class="MethodOfCaller">log</td>
  819. <td class="FileOfCaller">DirectJDKLog.java</td>
  820. <td class="LineOfCaller">173</td>
  821. </tr>
  822. <tr class="info even">
  823. <td class="Level">INFO</td>
  824. <td class="Date">2023-05-20 21:15:45,764</td>
  825. <td class="Message">Tomcat started on port(s): 8080 (http) with context path &#39;/itdmServer&#39;</td>
  826. <td class="MethodOfCaller">start</td>
  827. <td class="FileOfCaller">TomcatWebServer.java</td>
  828. <td class="LineOfCaller">220</td>
  829. </tr>
  830. <tr class="info odd">
  831. <td class="Level">INFO</td>
  832. <td class="Date">2023-05-20 21:15:47,855</td>
  833. <td class="Message">Will start Quartz Scheduler [MyScheduler] in 1 seconds</td>
  834. <td class="MethodOfCaller">startScheduler</td>
  835. <td class="FileOfCaller">SchedulerFactoryBean.java</td>
  836. <td class="LineOfCaller">734</td>
  837. </tr>
  838. <tr class="info even">
  839. <td class="Level">INFO</td>
  840. <td class="Date">2023-05-20 21:15:47,876</td>
  841. <td class="Message">Started JeecgSystemApplication in 33.082 seconds (JVM running for 34.783)</td>
  842. <td class="MethodOfCaller">logStarted</td>
  843. <td class="FileOfCaller">StartupInfoLogger.java</td>
  844. <td class="LineOfCaller">61</td>
  845. </tr>
  846. <tr class="info odd">
  847. <td class="Level">INFO</td>
  848. <td class="Date">2023-05-20 21:15:47,886</td>
  849. <td class="Message"> Init Code Generate Template [ 检测如果是JAR启动环境,Copy模板到config目录 ] </td>
  850. <td class="MethodOfCaller">onApplicationEvent</td>
  851. <td class="FileOfCaller">CodeTemplateInitListener.java</td>
  852. <td class="LineOfCaller">30</td>
  853. </tr>
  854. <tr class="info even">
  855. <td class="Level">INFO</td>
  856. <td class="Date">2023-05-20 21:15:47,938</td>
  857. <td class="Message">
  858. ----------------------------------------------------------
  859. Application Jeecg-Boot is running! Access URLs:
  860. Local: http://localhost:8080/itdmServer/
  861. External: http://192.168.1.5:8080/itdmServer/
  862. Swagger文档: http://192.168.1.5:8080/itdmServer/doc.html
  863. ----------------------------------------------------------</td>
  864. <td class="MethodOfCaller">main</td>
  865. <td class="FileOfCaller">JeecgSystemApplication.java</td>
  866. <td class="LineOfCaller">35</td>
  867. </tr>
  868. <tr class="info odd">
  869. <td class="Level">INFO</td>
  870. <td class="Date">2023-05-20 21:15:48,858</td>
  871. <td class="Message">Starting Quartz Scheduler now, after delay of 1 seconds</td>
  872. <td class="MethodOfCaller">run</td>
  873. <td class="FileOfCaller">SchedulerFactoryBean.java</td>
  874. <td class="LineOfCaller">750</td>
  875. </tr>
  876. <tr class="info even">
  877. <td class="Level">INFO</td>
  878. <td class="Date">2023-05-20 21:15:49,780</td>
  879. <td class="Message">Scheduler MyScheduler_$_DESKTOP-JR8N83R1684588535997 started.</td>
  880. <td class="MethodOfCaller">start</td>
  881. <td class="FileOfCaller">QuartzScheduler.java</td>
  882. <td class="LineOfCaller">547</td>
  883. </tr>
  884. <tr class="info odd">
  885. <td class="Level">INFO</td>
  886. <td class="Date">2023-05-20 21:18:11,039</td>
  887. <td class="Message">Initializing Spring DispatcherServlet &#39;dispatcherServlet&#39;</td>
  888. <td class="MethodOfCaller">log</td>
  889. <td class="FileOfCaller">DirectJDKLog.java</td>
  890. <td class="LineOfCaller">173</td>
  891. </tr>
  892. <tr class="info even">
  893. <td class="Level">INFO</td>
  894. <td class="Date">2023-05-20 21:18:11,039</td>
  895. <td class="Message">Initializing Servlet &#39;dispatcherServlet&#39;</td>
  896. <td class="MethodOfCaller">initServletBean</td>
  897. <td class="FileOfCaller">FrameworkServlet.java</td>
  898. <td class="LineOfCaller">525</td>
  899. </tr>
  900. <tr class="info odd">
  901. <td class="Level">INFO</td>
  902. <td class="Date">2023-05-20 21:18:11,042</td>
  903. <td class="Message">Completed initialization in 3 ms</td>
  904. <td class="MethodOfCaller">initServletBean</td>
  905. <td class="FileOfCaller">FrameworkServlet.java</td>
  906. <td class="LineOfCaller">547</td>
  907. </tr>
  908. <tr class="info even">
  909. <td class="Level">INFO</td>
  910. <td class="Date">2023-05-20 21:18:11,272</td>
  911. <td class="Message">获取验证码,Redis key = 4561f0205bd17f5203efa54f0abbfc78,checkCode = wNWg</td>
  912. <td class="MethodOfCaller">randomImage</td>
  913. <td class="FileOfCaller">LoginController.java</td>
  914. <td class="LineOfCaller">516</td>
  915. </tr>
  916. <tr class="info odd">
  917. <td class="Level">INFO</td>
  918. <td class="Date">2023-05-20 21:18:16,134</td>
  919. <td class="Message">redis remove key:sys:cache:encrypt:user::admin</td>
  920. <td class="MethodOfCaller">remove</td>
  921. <td class="FileOfCaller">JeecgRedisCacheWriter.java</td>
  922. <td class="LineOfCaller">113</td>
  923. </tr>
  924. <tr class="info even">
  925. <td class="Level">INFO</td>
  926. <td class="Date">2023-05-20 21:18:17,750</td>
  927. <td class="Message">加密操作,Aspect程序耗时:15ms</td>
  928. <td class="MethodOfCaller">around</td>
  929. <td class="FileOfCaller">SensitiveDataAspect.java</td>
  930. <td class="LineOfCaller">76</td>
  931. </tr>
  932. <tr class="info odd">
  933. <td class="Level">INFO</td>
  934. <td class="Date">2023-05-20 21:18:53,410</td>
  935. <td class="Message">【系统 WebSocket】有新的连接,总数为:1</td>
  936. <td class="MethodOfCaller">onOpen</td>
  937. <td class="FileOfCaller">WebSocket.java</td>
  938. <td class="LineOfCaller">43</td>
  939. </tr>
  940. <tr class="info even">
  941. <td class="Level">INFO</td>
  942. <td class="Date">2023-05-20 21:19:52,046</td>
  943. <td class="Message">Scheduler MyScheduler_$_DESKTOP-JR8N83R1684588535997 paused.</td>
  944. <td class="MethodOfCaller">standby</td>
  945. <td class="FileOfCaller">QuartzScheduler.java</td>
  946. <td class="LineOfCaller">585</td>
  947. </tr>
  948. <tr class="info odd">
  949. <td class="Level">INFO</td>
  950. <td class="Date">2023-05-20 21:19:52,209</td>
  951. <td class="Message">【系统 WebSocket】连接断开,总数为:0</td>
  952. <td class="MethodOfCaller">onClose</td>
  953. <td class="FileOfCaller">WebSocket.java</td>
  954. <td class="LineOfCaller">52</td>
  955. </tr>
  956. <tr class="info even">
  957. <td class="Level">INFO</td>
  958. <td class="Date">2023-05-20 21:19:52,232</td>
  959. <td class="Message">Shutting down Quartz Scheduler</td>
  960. <td class="MethodOfCaller">destroy</td>
  961. <td class="FileOfCaller">SchedulerFactoryBean.java</td>
  962. <td class="LineOfCaller">847</td>
  963. </tr>
  964. <tr class="info odd">
  965. <td class="Level">INFO</td>
  966. <td class="Date">2023-05-20 21:19:52,233</td>
  967. <td class="Message">Scheduler MyScheduler_$_DESKTOP-JR8N83R1684588535997 shutting down.</td>
  968. <td class="MethodOfCaller">shutdown</td>
  969. <td class="FileOfCaller">QuartzScheduler.java</td>
  970. <td class="LineOfCaller">666</td>
  971. </tr>
  972. <tr class="info even">
  973. <td class="Level">INFO</td>
  974. <td class="Date">2023-05-20 21:19:52,233</td>
  975. <td class="Message">Scheduler MyScheduler_$_DESKTOP-JR8N83R1684588535997 paused.</td>
  976. <td class="MethodOfCaller">standby</td>
  977. <td class="FileOfCaller">QuartzScheduler.java</td>
  978. <td class="LineOfCaller">585</td>
  979. </tr>
  980. <tr class="info odd">
  981. <td class="Level">INFO</td>
  982. <td class="Date">2023-05-20 21:19:52,235</td>
  983. <td class="Message">Scheduler MyScheduler_$_DESKTOP-JR8N83R1684588535997 shutdown complete.</td>
  984. <td class="MethodOfCaller">shutdown</td>
  985. <td class="FileOfCaller">QuartzScheduler.java</td>
  986. <td class="LineOfCaller">740</td>
  987. </tr>
  988. <tr class="info even">
  989. <td class="Level">INFO</td>
  990. <td class="Date">2023-05-20 21:19:52,242</td>
  991. <td class="Message">Closing JPA EntityManagerFactory for persistence unit &#39;default&#39;</td>
  992. <td class="MethodOfCaller">destroy</td>
  993. <td class="FileOfCaller">AbstractEntityManagerFactoryBean.java</td>
  994. <td class="LineOfCaller">651</td>
  995. </tr>
  996. <tr class="info odd">
  997. <td class="Level">INFO</td>
  998. <td class="Date">2023-05-20 21:19:52,248</td>
  999. <td class="Message">dynamic-datasource start closing ....</td>
  1000. <td class="MethodOfCaller">destroy</td>
  1001. <td class="FileOfCaller">DynamicRoutingDataSource.java</td>
  1002. <td class="LineOfCaller">217</td>
  1003. </tr>
  1004. <tr class="info even">
  1005. <td class="Level">INFO</td>
  1006. <td class="Date">2023-05-20 21:19:52,251</td>
  1007. <td class="Message">{dataSource-1} closing ...</td>
  1008. <td class="MethodOfCaller">close</td>
  1009. <td class="FileOfCaller">DruidDataSource.java</td>
  1010. <td class="LineOfCaller">2029</td>
  1011. </tr>
  1012. <tr class="info odd">
  1013. <td class="Level">INFO</td>
  1014. <td class="Date">2023-05-20 21:19:52,261</td>
  1015. <td class="Message">{dataSource-1} closed</td>
  1016. <td class="MethodOfCaller">close</td>
  1017. <td class="FileOfCaller">DruidDataSource.java</td>
  1018. <td class="LineOfCaller">2101</td>
  1019. </tr>
  1020. <tr class="info even">
  1021. <td class="Level">INFO</td>
  1022. <td class="Date">2023-05-20 21:19:52,262</td>
  1023. <td class="Message">dynamic-datasource all closed success,bye</td>
  1024. <td class="MethodOfCaller">destroy</td>
  1025. <td class="FileOfCaller">DynamicRoutingDataSource.java</td>
  1026. <td class="LineOfCaller">221</td>
  1027. </tr>
  1028. </table>
  1029. </body></html>