java 中光学框架 包括代码生成 报名改为 zgx
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2935 lines
182 KiB

2 years ago
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Logback Log Messages</title>
<style type="text/css">
table { margin-left: 2em; margin-right: 2em; border-left: 2px solid #AAA; }
TR.even { background: #FFFFFF; }
TR.odd { background: #EAEAEA; }
TR.warn TD.Level, TR.error TD.Level, TR.fatal TD.Level {font-weight: bold; color: #FF4040 }
TD { padding-right: 1ex; padding-left: 1ex; border-right: 2px solid #AAA; }
TD.Time, TD.Date { text-align: right; font-family: courier, monospace; font-size: smaller; }
TD.Thread { text-align: left; }
TD.Level { text-align: right; }
TD.Logger { text-align: left; }
TR.header { background: #596ED5; color: #FFF; font-weight: bold; font-size: larger; }
TD.Exception { background: #A2AEE8; font-family: courier, monospace;}
</style>
</head>
<body>
<hr/>
<p>Log session start time Tue Oct 25 08:57:36 CST 2022</p><p></p>
<table cellspacing="0">
<tr class="header">
<td class="Level">Level</td>
<td class="Date">Date</td>
<td class="Message">Message</td>
<td class="MethodOfCaller">MethodOfCaller</td>
<td class="FileOfCaller">FileOfCaller</td>
<td class="LineOfCaller">LineOfCaller</td>
</tr>
<tr class="error odd">
<td class="Level">ERROR</td>
<td class="Date">2022-10-25 08:57:36,687</td>
<td class="Message">No error handling configured for [org.jeecg.modules.message.websocket.WebSocket] and the following error occurred</td>
<td class="MethodOfCaller">log</td>
<td class="FileOfCaller">DirectJDKLog.java</td>
<td class="LineOfCaller">175</td>
</tr>
<tr><td class="Exception" colspan="6">java.io.EOFException: null
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.websocket.server.WsFrameServer.onDataAvailable(WsFrameServer.java:75)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.websocket.server.WsFrameServer.doOnDataAvailable(WsFrameServer.java:183)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.websocket.server.WsFrameServer.notifyDataAvailable(WsFrameServer.java:162)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.websocket.server.WsHttpUpgradeHandler.upgradeDispatch(WsHttpUpgradeHandler.java:157)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.coyote.http11.upgrade.UpgradeProcessorInternal.dispatch(UpgradeProcessorInternal.java:60)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:59)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at java.base/java.lang.Thread.run(Thread.java:833)
</td></tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 08:57:36,711</td>
<td class="Message">【websocket消息】连接断开,总数为:0</td>
<td class="MethodOfCaller">onClose</td>
<td class="FileOfCaller">WebSocket.java</td>
<td class="LineOfCaller">74</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 08:57:41,155</td>
<td class="Message">加密操作,Aspect程序耗时:1ms</td>
<td class="MethodOfCaller">around</td>
<td class="FileOfCaller">SensitiveDataAspect.java</td>
<td class="LineOfCaller">76</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 08:57:41,174</td>
<td class="Message">————————身份认证失败——————————IP地址: 127.0.0.1,URL:/jeecg-boot/sys/permission/getUserPermissionByToken</td>
<td class="MethodOfCaller">doGetAuthenticationInfo</td>
<td class="FileOfCaller">ShiroRealm.java</td>
<td class="LineOfCaller">97</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 08:57:41,174</td>
<td class="Message">————————身份认证失败——————————IP地址: 127.0.0.1,URL:/jeecg-boot/sys/permission/getPermCode</td>
<td class="MethodOfCaller">doGetAuthenticationInfo</td>
<td class="FileOfCaller">ShiroRealm.java</td>
<td class="LineOfCaller">97</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 08:57:42,008</td>
<td class="Message">获取验证码,Redis checkCode = s8ea,key = 1629428467008</td>
<td class="MethodOfCaller">randomImage</td>
<td class="FileOfCaller">LoginController.java</td>
<td class="LineOfCaller">488</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 09:52:15,764</td>
<td class="Message">获取验证码,Redis checkCode = gSs7,key = 1629428467008</td>
<td class="MethodOfCaller">randomImage</td>
<td class="FileOfCaller">LoginController.java</td>
<td class="LineOfCaller">488</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 10:21:42,819</td>
<td class="Message">获取验证码,Redis checkCode = SJdU,key = 1629428467008</td>
<td class="MethodOfCaller">randomImage</td>
<td class="FileOfCaller">LoginController.java</td>
<td class="LineOfCaller">488</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 15:29:38,220</td>
<td class="Message">获取验证码,Redis checkCode = 181g,key = 1629428467008</td>
<td class="MethodOfCaller">randomImage</td>
<td class="FileOfCaller">LoginController.java</td>
<td class="LineOfCaller">488</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:01:42,185</td>
<td class="Message">获取验证码,Redis checkCode = vr5p,key = 1629428467008</td>
<td class="MethodOfCaller">randomImage</td>
<td class="FileOfCaller">LoginController.java</td>
<td class="LineOfCaller">488</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:01:47,913</td>
<td class="Message">redis remove key:sys:cache:encrypt:user::admin</td>
<td class="MethodOfCaller">remove</td>
<td class="FileOfCaller">JeecgRedisCacheWriter.java</td>
<td class="LineOfCaller">113</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:01:47,967</td>
<td class="Message">加密操作,Aspect程序耗时:0ms</td>
<td class="MethodOfCaller">around</td>
<td class="FileOfCaller">SensitiveDataAspect.java</td>
<td class="LineOfCaller">76</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:01:48,501</td>
<td class="Message">websocket连接 Token安全校验,Path = /jeecg-boot/websocket/e9ca23d68d884d4ebb19d07889727dae,token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NjY2ODg1MDcsInVzZXJuYW1lIjoiYWRtaW4ifQ.r44O9JXEq-q62Tjnc7g3QEhT4FCt78TR1nrU9IB3uJM</td>
<td class="MethodOfCaller">doFilter</td>
<td class="FileOfCaller">WebsocketFilter.java</td>
<td class="LineOfCaller">39</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:01:48,518</td>
<td class="Message">【websocket消息】有新的连接,总数为:1</td>
<td class="MethodOfCaller">onOpen</td>
<td class="FileOfCaller">WebSocket.java</td>
<td class="LineOfCaller">64</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:01:51,864</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:01:51,871</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:01:58,118</td>
<td class="Message">---查询过滤器,Query规则---field:table_name, rule:LIKE, value:ms\_rpt</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:01:58,122</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:01:58,123</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:03:28,004</td>
<td class="Message">---查询过滤器,Query规则---field:table_name, rule:LIKE, value:ms\_rpt</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:03:28,007</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:03:28,007</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:03:29,085</td>
<td class="Message">---查询过滤器,Query规则---field:table_name, rule:LIKE, value:ms\_rpt</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:03:29,086</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:03:29,087</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:03:29,679</td>
<td class="Message">---查询过滤器,Query规则---field:table_name, rule:LIKE, value:ms\_rpt</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:03:29,679</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:03:29,680</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:03:36,124</td>
<td class="Message">---查询过滤器,Query规则---field:table_name, rule:LIKE, value:ms</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:03:36,130</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:03:36,130</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:03:41,846</td>
<td class="Message">---查询过滤器,Query规则---field:table_name, rule:LIKE, value:ms\_rpt</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:03:41,846</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:03:41,847</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:04:09,174</td>
<td class="Message">---查询过滤器,Query规则---field:table_name, rule:LIKE, value:ms\_rpt\_data</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:04:09,176</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:04:09,177</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:04:13,634</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:04:13,637</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:04:16,202</td>
<td class="Message">---查询过滤器,Query规则---field:table_name, rule:LIKE, value:ms\_rpt\_data</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:04:16,223</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:04:16,224</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:04:19,722</td>
<td class="Message"> connect databaseName : jeecg-boot</td>
<td class="MethodOfCaller">readAllTableNames</td>
<td class="FileOfCaller">DbReadTableUtil.java</td>
<td class="LineOfCaller">67</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:04:24,495</td>
<td class="Message"> connect databaseName : jeecg-boot</td>
<td class="MethodOfCaller">readOriginalTableColumn</td>
<td class="FileOfCaller">DbReadTableUtil.java</td>
<td class="LineOfCaller">436</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:04:24,672</td>
<td class="Message">---查询过滤器,Query规则---field:table_name, rule:LIKE, value:ms\_rpt\_data</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:04:24,672</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:04:24,673</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:10:18,026</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:10:18,028</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:10:51,407</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:10:51,409</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:11:01,188</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:11:01,189</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:11:08,449</td>
<td class="Message">HHH000412: Hibernate ORM core version 5.6.7.Final</td>
<td class="MethodOfCaller">logVersion</td>
<td class="FileOfCaller">Version.java</td>
<td class="LineOfCaller">44</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:11:08,830</td>
<td class="Message">HCANN000001: Hibernate Commons Annotations {5.1.2.Final}</td>
<td class="MethodOfCaller">&lt;clinit&gt;</td>
<td class="FileOfCaller">JavaReflectionManager.java</td>
<td class="LineOfCaller">56</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:11:08,874</td>
<td class="Message">HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect</td>
<td class="MethodOfCaller">&lt;init&gt;</td>
<td class="FileOfCaller">Dialect.java</td>
<td class="LineOfCaller">175</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:11:08,912</td>
<td class="Message">HHH000227: Running hbm2ddl schema export</td>
<td class="MethodOfCaller">execute</td>
<td class="FileOfCaller">SchemaExport.java</td>
<td class="LineOfCaller">258</td>
</tr>
<tr class="warn even">
<td class="Level">WARN</td>
<td class="Date">2022-10-25 16:11:08,916</td>
<td class="Message">HHH10001002: Using Hibernate built-in connection pool (not for production use!)</td>
<td class="MethodOfCaller">configure</td>
<td class="FileOfCaller">DriverManagerConnectionProviderImpl.java</td>
<td class="LineOfCaller">72</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:11:08,916</td>
<td class="Message">HHH10001005: using driver [com.mysql.cj.jdbc.Driver] at URL [jdbc:mysql://192.168.1.200:3306/jeecg-boot?characterEncoding=UTF-8&amp;useUnicode=true&amp;useSSL=false&amp;tinyInt1isBit=false&amp;allowPublicKeyRetrieval=true&amp;serverTimezone=Asia/Shanghai]</td>
<td class="MethodOfCaller">buildCreator</td>
<td class="FileOfCaller">DriverManagerConnectionProviderImpl.java</td>
<td class="LineOfCaller">115</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:11:08,916</td>
<td class="Message">HHH10001001: Connection properties: {password=****, user=root}</td>
<td class="MethodOfCaller">buildCreator</td>
<td class="FileOfCaller">DriverManagerConnectionProviderImpl.java</td>
<td class="LineOfCaller">124</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:11:08,916</td>
<td class="Message">HHH10001003: Autocommit mode: false</td>
<td class="MethodOfCaller">buildCreator</td>
<td class="FileOfCaller">DriverManagerConnectionProviderImpl.java</td>
<td class="LineOfCaller">129</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:11:08,917</td>
<td class="Message">HHH000115: Hibernate connection pool size: 20 (min=1)</td>
<td class="MethodOfCaller">&lt;init&gt;</td>
<td class="FileOfCaller">DriverManagerConnectionProviderImpl.java</td>
<td class="LineOfCaller">274</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:11:08,930</td>
<td class="Message">HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@34027344] for (non-JTA) DDL execution was not in auto-commit mode; the Connection &#39;local transaction&#39; will be committed and the Connection will be set into auto-commit mode.</td>
<td class="MethodOfCaller">getIsolatedConnection</td>
<td class="FileOfCaller">DdlTransactionIsolatorNonJtaImpl.java</td>
<td class="LineOfCaller">48</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:11:08,952</td>
<td class="Message">HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@73688528] for (non-JTA) DDL execution was not in auto-commit mode; the Connection &#39;local transaction&#39; will be committed and the Connection will be set into auto-commit mode.</td>
<td class="MethodOfCaller">getIsolatedConnection</td>
<td class="FileOfCaller">DdlTransactionIsolatorNonJtaImpl.java</td>
<td class="LineOfCaller">48</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:11:09,100</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:11:09,101</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:10,869</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:10,870</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,195</td>
<td class="Message">load template data: {primaryKeyPolicy=java.lang.Integer, serialVersionUID=-8715043818954460507, entityPackage=models, entityName=MsRptData, primaryKeyField=id, columns=[{&quot;fieldDbName&quot;:&quot;device_id&quot;,&quot;fieldName&quot;:&quot;deviceId&quot;,&quot;filedComment&quot;:&quot;设备Id&quot;,&quot;fieldType&quot;:&quot;java.lang.String&quot;,&quot;fieldDbType&quot;:&quot;string&quot;,&quot;classType&quot;:&quot;text&quot;,&quot;classType_row&quot;:&quot;text&quot;,&quot;optionType&quot;:&quot;&quot;,&quot;charmaxLength&quot;:&quot;&quot;,&quot;precision&quot;:&quot;null&quot;,&quot;scale&quot;:&quot;null&quot;,&quot;nullable&quot;:&quot;Y&quot;,&quot;fieldLength&quot;:&quot;120&quot;,&quot;fieldHref&quot;:&quot;null&quot;,&quot;fieldValidType&quot;:&quot;&quot;,&quot;fieldDefault&quot;:&quot;null&quot;,&quot;fieldShowType&quot;:&quot;text&quot;,&quot;fieldOrderNum&quot;:&quot;1&quot;,&quot;isKey&quot;:&quot;N&quot;,&quot;isShow&quot;:&quot;Y&quot;,&quot;isShowList&quot;:&quot;Y&quot;,&quot;isQuery&quot;:&quot;Y&quot;,&quot;uploadnum&quot;:&quot;null&quot;,&quot;defaultVal&quot;:&quot;null&quot;,&quot;sort&quot;:&quot;N&quot;,&quot;readonly&quot;:&quot;N&quot;,&quot;queryMode&quot;:&quot;single&quot;,&quot;dictField&quot;:&quot;null&quot;,&quot;dictTable&quot;:&quot;null&quot;,&quot;dictText&quot;:&quot;null&quot;}, {&quot;fieldDbName&quot;:&quot;rpt_column&quot;,&quot;fieldName&quot;:&quot;rptColumn&quot;,&quot;filedComment&quot;:&quot;列名&quot;,&quot;fieldType&quot;:&quot;java.lang.String&quot;,&quot;fieldDbType&quot;:&quot;string&quot;,&quot;classType&quot;:&quot;text&quot;,&quot;classType_row&quot;:&quot;text&quot;,&quot;optionType&quot;:&quot;&quot;,&quot;charmaxLength&quot;:&quot;&quot;,&quot;precision&quot;:&quot;null&quot;,&quot;scale&quot;:&quot;null&quot;,&quot;nullable&quot;:&quot;Y&quot;,&quot;fieldLength&quot;:&quot;120&quot;,&quot;fieldHref&quot;:&quot;null&quot;,&quot;fieldValidType&quot;:&quot;&quot;,&quot;fieldDefault&quot;:&quot;null&quot;,&quot;fieldShowType&quot;:&quot;text&quot;,&quot;fieldOrderNum&quot;:&quot;2&quot;,&quot;isKey&quot;:&quot;N&quot;,&quot;isShow&quot;:&quot;Y&quot;,&quot;isShowList&quot;:&quot;Y&quot;,&quot;isQuery&quot;:&quot;Y&quot;,&quot;uploadnum&quot;:&quot;null&quot;,&quot;defaultVal&quot;:&quot;null&quot;,&quot;sort&quot;:&quot;N&quot;,&quot;readonly&quot;:&quot;N&quot;,&quot;queryMode&quot;:&quot;single&quot;,&quot;dictField&quot;:&quot;null&quot;,&quot;dictTable&quot;:&quot;null&quot;,&quot;dictText&quot;:&quot;null&quot;}, {&quot;fieldDbName&quot;:&quot;rpt_value&quot;,&quot;fieldName&quot;:&quot;rptValue&quot;,&quot;filedComment&quot;:&quot;数字&quot;,&quot;fieldType&quot;:&quot;java.lang.Double&quot;,&quot;fieldDbType&quot;:&quot;double&quot;,&quot;classType&quot;:&quot;text&quot;,&quot;classType_row&quot;:&quot;text&quot;,&quot;optionType&quot;:&quot;&quot;,&quot;charmaxLength&quot;:&quot;&quot;,&quot;precision&quot;:&quot;null&quot;,&quot;scale&quot;:&quot;null&quot;,&quot;nullable&quot;:&quot;Y&quot;,&quot;fieldLength&quot;:&quot;120&quot;,&quot;fieldHref&quot;:&quot;null&quot;,&quot;fieldValidType&quot;:&quot;&quot;,&quot;fieldDefault&quot;:&quot;null&quot;,&quot;fieldShowType&quot;:&quot;text&quot;,&quot;fieldOrderNum&quot;:&quot;3&quot;,&quot;isKey&quot;:&quot;N&quot;,&quot;isShow&quot;:&quot;Y&quot;,&quot;isShowList&quot;:&quot;Y&quot;,&quot;isQuery&quot;:&quot;Y&quot;,&quot;uploadnum&quot;:&quot;null&quot;,&quot;defaultVal&quot;:&quot;null&quot;,&quot;sort&quot;:&quot;N&quot;,&quot;readonly&quot;:&quot;N&quot;,&quot;queryMode&quot;:&quot;group&quot;,&quot;dictField&quot;:&quot;null&quot;,&quot;dictTable&quot;:&quot;null&quot;,&quot;dictText&quot;:&quot;null&quot;}, {&quot;fieldDbName&quot;:&quot;unit&quot;,&quot;fieldName&quot;:&quot;unit&quot;,&quot;filedComment&quot;:&quot;单位&quot;,&quot;fieldType&quot;:&quot;java.lang.String&quot;,&quot;fieldDbType&quot;:&quot;string&quot;,&quot;classType&quot;:&quot;text&quot;,&quot;classType_row&quot;:&quot;text&quot;,&quot;optionType&quot;:&quot;&quot;,&quot;charmaxLength&quot;:&quot;
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">CodeGenerateOne.java</td>
<td class="LineOfCaller">119</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,199</td>
<td class="Message"> load template from templateRootDir = &#39;/Users/ec/Desktop/work/Code/jeecg-boot3.4/jeecg-boot0920/jeecg-module-system/jeecg-system-biz/target/classes/jeecg/code-template-online&#39;,stylePath =&#39;default.one&#39;, out GenerateRootDir:/Users/ec/Desktop/代码生成</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">54</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,313</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai ==&gt; /Users/ec/Desktop/代码生成/src/main/java/org/jeecg/modules/demo/models/controller/MsRptDataController.java</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,336</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/entity/${entityName}.javai ==&gt; /Users/ec/Desktop/代码生成/src/main/java/org/jeecg/modules/demo/models/entity/MsRptData.java</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,360</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/mapper/${entityName}Mapper.javai ==&gt; /Users/ec/Desktop/代码生成/src/main/java/org/jeecg/modules/demo/models/mapper/MsRptDataMapper.java</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,361</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/mapper/xml/${entityName}Mapper.xml ==&gt; /Users/ec/Desktop/代码生成/src/main/java/org/jeecg/modules/demo/models/mapper/xml/MsRptDataMapper.xml</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,362</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/service/I${entityName}Service.javai ==&gt; /Users/ec/Desktop/代码生成/src/main/java/org/jeecg/modules/demo/models/service/IMsRptDataService.java</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,363</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/service/impl/${entityName}ServiceImpl.javai ==&gt; /Users/ec/Desktop/代码生成/src/main/java/org/jeecg/modules/demo/models/service/impl/MsRptDataServiceImpl.java</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,374</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue/${entityName}List.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/org/jeecg/modules/demo/models/vue/MsRptDataList.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,394</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue/${entityName}_menu_insert.sql ==&gt; /Users/ec/Desktop/代码生成/src/main/java/org/jeecg/modules/demo/models/vue/MsRptData_menu_insert.sql</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,402</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Form.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/org/jeecg/modules/demo/models/vue/modules/MsRptDataForm.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,411</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Modal.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/org/jeecg/modules/demo/models/vue/modules/MsRptDataModal.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,417</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Modal__Style#Drawer.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/org/jeecg/modules/demo/models/vue/modules/MsRptDataModal.Style#Drawer.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,426</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3/${entityName}List.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/org/jeecg/modules/demo/models/vue3/MsRptDataList.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,428</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3/${entityName}__api.tsi ==&gt; /Users/ec/Desktop/代码生成/src/main/java/org/jeecg/modules/demo/models/vue3/MsRptData.api.ts</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,433</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3/${entityName}__data.tsi ==&gt; /Users/ec/Desktop/代码生成/src/main/java/org/jeecg/modules/demo/models/vue3/MsRptData.data.ts</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,438</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3/${entityName}_menu_insert.sql ==&gt; /Users/ec/Desktop/代码生成/src/main/java/org/jeecg/modules/demo/models/vue3/MsRptData_menu_insert.sql</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,441</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3/components/${entityName}Modal.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/org/jeecg/modules/demo/models/vue3/components/MsRptDataModal.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,447</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}List.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/org/jeecg/modules/demo/models/vue3Native/MsRptDataList.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,452</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}__api.tsi ==&gt; /Users/ec/Desktop/代码生成/src/main/java/org/jeecg/modules/demo/models/vue3Native/MsRptData.api.ts</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,457</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}__data.tsi ==&gt; /Users/ec/Desktop/代码生成/src/main/java/org/jeecg/modules/demo/models/vue3Native/MsRptData.data.ts</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,461</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}_menu_insert.sql ==&gt; /Users/ec/Desktop/代码生成/src/main/java/org/jeecg/modules/demo/models/vue3Native/MsRptData_menu_insert.sql</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,466</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3Native/components/${entityName}Form.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/org/jeecg/modules/demo/models/vue3Native/components/MsRptDataForm.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,474</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3Native/components/${entityName}Modal.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/org/jeecg/modules/demo/models/vue3Native/components/MsRptDataModal.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:12:59,477</td>
<td class="Message"> ----- jeecg-boot ---- generate code success =======&gt; 表名:ms_rpt_data </td>
<td class="MethodOfCaller">generateCodeFile</td>
<td class="FileOfCaller">CodeGenerateOne.java</td>
<td class="LineOfCaller">140</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:14,554</td>
<td class="Message">Scheduler MyScheduler_$_ecdeMacBook-Pro.local1666601796983 paused.</td>
<td class="MethodOfCaller">standby</td>
<td class="FileOfCaller">QuartzScheduler.java</td>
<td class="LineOfCaller">585</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:14,571</td>
<td class="Message">【websocket消息】连接断开,总数为:0</td>
<td class="MethodOfCaller">onClose</td>
<td class="FileOfCaller">WebSocket.java</td>
<td class="LineOfCaller">74</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:14,591</td>
<td class="Message">Shutting down Quartz Scheduler</td>
<td class="MethodOfCaller">destroy</td>
<td class="FileOfCaller">SchedulerFactoryBean.java</td>
<td class="LineOfCaller">847</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:14,592</td>
<td class="Message">Scheduler MyScheduler_$_ecdeMacBook-Pro.local1666601796983 shutting down.</td>
<td class="MethodOfCaller">shutdown</td>
<td class="FileOfCaller">QuartzScheduler.java</td>
<td class="LineOfCaller">666</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:14,592</td>
<td class="Message">Scheduler MyScheduler_$_ecdeMacBook-Pro.local1666601796983 paused.</td>
<td class="MethodOfCaller">standby</td>
<td class="FileOfCaller">QuartzScheduler.java</td>
<td class="LineOfCaller">585</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:14,592</td>
<td class="Message">Scheduler MyScheduler_$_ecdeMacBook-Pro.local1666601796983 shutdown complete.</td>
<td class="MethodOfCaller">shutdown</td>
<td class="FileOfCaller">QuartzScheduler.java</td>
<td class="LineOfCaller">740</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:14,601</td>
<td class="Message">dynamic-datasource start closing ....</td>
<td class="MethodOfCaller">destroy</td>
<td class="FileOfCaller">DynamicRoutingDataSource.java</td>
<td class="LineOfCaller">217</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:14,606</td>
<td class="Message">{dataSource-1} closing ...</td>
<td class="MethodOfCaller">close</td>
<td class="FileOfCaller">DruidDataSource.java</td>
<td class="LineOfCaller">2029</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:14,607</td>
<td class="Message">{dataSource-1} closed</td>
<td class="MethodOfCaller">close</td>
<td class="FileOfCaller">DruidDataSource.java</td>
<td class="LineOfCaller">2101</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:14,607</td>
<td class="Message">dynamic-datasource all closed success,bye</td>
<td class="MethodOfCaller">destroy</td>
<td class="FileOfCaller">DynamicRoutingDataSource.java</td>
<td class="LineOfCaller">221</td>
</tr>
</table>
</body></html><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Logback Log Messages</title>
<style type="text/css">
table { margin-left: 2em; margin-right: 2em; border-left: 2px solid #AAA; }
TR.even { background: #FFFFFF; }
TR.odd { background: #EAEAEA; }
TR.warn TD.Level, TR.error TD.Level, TR.fatal TD.Level {font-weight: bold; color: #FF4040 }
TD { padding-right: 1ex; padding-left: 1ex; border-right: 2px solid #AAA; }
TD.Time, TD.Date { text-align: right; font-family: courier, monospace; font-size: smaller; }
TD.Thread { text-align: left; }
TD.Level { text-align: right; }
TD.Logger { text-align: left; }
TR.header { background: #596ED5; color: #FFF; font-weight: bold; font-size: larger; }
TD.Exception { background: #A2AEE8; font-family: courier, monospace;}
</style>
</head>
<body>
<hr/>
<p>Log session start time Tue Oct 25 16:48:45 CST 2022</p><p></p>
<table cellspacing="0">
<tr class="header">
<td class="Level">Level</td>
<td class="Date">Date</td>
<td class="Message">Message</td>
<td class="MethodOfCaller">MethodOfCaller</td>
<td class="FileOfCaller">FileOfCaller</td>
<td class="LineOfCaller">LineOfCaller</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:45,842</td>
<td class="Message">HV000001: Hibernate Validator 6.2.3.Final</td>
<td class="MethodOfCaller">&lt;clinit&gt;</td>
<td class="FileOfCaller">Version.java</td>
<td class="LineOfCaller">21</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:45,850</td>
<td class="Message">Starting JeecgSystemApplication using Java 17.0.1 on ecdeMacBook-Pro.local with PID 49367 (/Users/ec/Desktop/work/Code/jeecg-boot3.4/jeecg-boot0920/jeecg-module-system/jeecg-system-start/target/classes started by ec in /Users/ec/Desktop/work/Code/jeecg-boot3.4/jeecg-boot0920)</td>
<td class="MethodOfCaller">logStarting</td>
<td class="FileOfCaller">StartupInfoLogger.java</td>
<td class="LineOfCaller">55</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:45,852</td>
<td class="Message">The following 1 profile is active: &quot;dev&quot;</td>
<td class="MethodOfCaller">logStartupProfileInfo</td>
<td class="FileOfCaller">SpringApplication.java</td>
<td class="LineOfCaller">646</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:46,852</td>
<td class="Message">Multiple Spring Data modules found, entering strict repository configuration mode!</td>
<td class="MethodOfCaller">multipleStoresDetected</td>
<td class="FileOfCaller">RepositoryConfigurationDelegate.java</td>
<td class="LineOfCaller">262</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:46,855</td>
<td class="Message">Bootstrapping Spring Data Redis repositories in DEFAULT mode.</td>
<td class="MethodOfCaller">registerRepositoriesIn</td>
<td class="FileOfCaller">RepositoryConfigurationDelegate.java</td>
<td class="LineOfCaller">132</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:46,897</td>
<td class="Message">Finished Spring Data repository scanning in 32 ms. Found 0 Redis repository interfaces.</td>
<td class="MethodOfCaller">registerRepositoriesIn</td>
<td class="FileOfCaller">RepositoryConfigurationDelegate.java</td>
<td class="LineOfCaller">201</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:46,963</td>
<td class="Message"> ******************* init miniDao config [ begin ] *********************** </td>
<td class="MethodOfCaller">miniDaoBeanScannerConfigurer</td>
<td class="FileOfCaller">MinidaoAutoConfiguration.java</td>
<td class="LineOfCaller">23</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:46,964</td>
<td class="Message"> ------ minidao.base-package ------- org.jeecg.modules.jmreport.*</td>
<td class="MethodOfCaller">miniDaoBeanScannerConfigurer</td>
<td class="FileOfCaller">MinidaoAutoConfiguration.java</td>
<td class="LineOfCaller">25</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:46,965</td>
<td class="Message"> ******************* init miniDao config [ end ] *********************** </td>
<td class="MethodOfCaller">miniDaoBeanScannerConfigurer</td>
<td class="FileOfCaller">MinidaoAutoConfiguration.java</td>
<td class="LineOfCaller">42</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:46,994</td>
<td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDao }</td>
<td class="MethodOfCaller">doScan</td>
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
<td class="LineOfCaller">48</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:46,995</td>
<td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDataSourceDao }</td>
<td class="MethodOfCaller">doScan</td>
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
<td class="LineOfCaller">48</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,006</td>
<td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbDao }</td>
<td class="MethodOfCaller">doScan</td>
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
<td class="LineOfCaller">48</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,007</td>
<td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbFieldDao }</td>
<td class="MethodOfCaller">doScan</td>
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
<td class="LineOfCaller">48</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,008</td>
<td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDbParamDao }</td>
<td class="MethodOfCaller">doScan</td>
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
<td class="LineOfCaller">48</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,009</td>
<td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictDao }</td>
<td class="MethodOfCaller">doScan</td>
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
<td class="LineOfCaller">48</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,010</td>
<td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportDictItemDao }</td>
<td class="MethodOfCaller">doScan</td>
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
<td class="LineOfCaller">48</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,011</td>
<td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportLinkDao }</td>
<td class="MethodOfCaller">doScan</td>
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
<td class="LineOfCaller">48</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,012</td>
<td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportMapDao }</td>
<td class="MethodOfCaller">doScan</td>
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
<td class="LineOfCaller">48</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,012</td>
<td class="Message">register minidao name is { org.jeecg.modules.jmreport.desreport.dao.JimuReportShareDao }</td>
<td class="MethodOfCaller">doScan</td>
<td class="FileOfCaller">MiniDaoClassPathMapperScanner.java</td>
<td class="LineOfCaller">48</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,188</td>
<td class="Message">Bean &#39;(inner bean)#4f676900#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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,192</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,193</td>
<td class="Message">Bean &#39;(inner bean)#4f676900#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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,194</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,195</td>
<td class="Message">Bean &#39;(inner bean)#4f676900#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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,196</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,196</td>
<td class="Message">Bean &#39;(inner bean)#4f676900#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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,197</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,198</td>
<td class="Message">Bean &#39;(inner bean)#4f676900#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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,199</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,199</td>
<td class="Message">Bean &#39;(inner bean)#4f676900#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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,200</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,201</td>
<td class="Message">Bean &#39;(inner bean)#4f676900#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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,202</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,203</td>
<td class="Message">Bean &#39;(inner bean)#4f676900#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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,204</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,205</td>
<td class="Message">Bean &#39;(inner bean)#4f676900#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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,206</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,207</td>
<td class="Message">Bean &#39;(inner bean)#4f676900&#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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,207</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,215</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,217</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,228</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,229</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,231</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,233</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,235</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,236</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,237</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,248</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,250</td>
<td class="Message">Bean &#39;lettuceMetrics&#39; of type [org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration$$Lambda$516/0x0000000801142f28] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,324</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,376</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,379</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,381</td>
<td class="Message">Bean &#39;shiroConfig&#39; of type [org.jeecg.config.shiro.ShiroConfig$$EnhancerBySpringCGLIB$$c8703936] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,525</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,529</td>
<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$$d2c2620e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,534</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,558</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,619</td>
<td class="Message">===============(1)创建缓存管理器RedisCacheManager</td>
<td class="MethodOfCaller">redisCacheManager</td>
<td class="FileOfCaller">ShiroConfig.java</td>
<td class="LineOfCaller">226</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,622</td>
<td class="Message">===============(2)创建RedisManager,连接Redis..</td>
<td class="MethodOfCaller">redisManager</td>
<td class="FileOfCaller">ShiroConfig.java</td>
<td class="LineOfCaller">244</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,627</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,631</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,647</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,664</td>
<td class="Message">Bean &#39;org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration&#39; of type [org.apache.shiro.spring.boot.autoconfigure.ShiroBeanAutoConfiguration$$EnhancerBySpringCGLIB$$7c4cceed] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)</td>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,675</td>
<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>
<td class="MethodOfCaller">postProcessAfterInitialization</td>
<td class="FileOfCaller">PostProcessorRegistrationDelegate.java</td>
<td class="LineOfCaller">376</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,857</td>
<td class="Message">Tomcat initialized with port(s): 8899 (http)</td>
<td class="MethodOfCaller">initialize</td>
<td class="FileOfCaller">TomcatWebServer.java</td>
<td class="LineOfCaller">108</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,864</td>
<td class="Message">Initializing ProtocolHandler [&quot;http-nio-8899&quot;]</td>
<td class="MethodOfCaller">log</td>
<td class="FileOfCaller">DirectJDKLog.java</td>
<td class="LineOfCaller">173</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,865</td>
<td class="Message">Starting service [Tomcat]</td>
<td class="MethodOfCaller">log</td>
<td class="FileOfCaller">DirectJDKLog.java</td>
<td class="LineOfCaller">173</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,865</td>
<td class="Message">Starting Servlet engine: [Apache Tomcat/9.0.60]</td>
<td class="MethodOfCaller">log</td>
<td class="FileOfCaller">DirectJDKLog.java</td>
<td class="LineOfCaller">173</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,940</td>
<td class="Message">Initializing Spring embedded WebApplicationContext</td>
<td class="MethodOfCaller">log</td>
<td class="FileOfCaller">DirectJDKLog.java</td>
<td class="LineOfCaller">173</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:47,941</td>
<td class="Message">Root WebApplicationContext: initialization completed in 2065 ms</td>
<td class="MethodOfCaller">prepareWebApplicationContext</td>
<td class="FileOfCaller">ServletWebServerApplicationContext.java</td>
<td class="LineOfCaller">290</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:48,041</td>
<td class="Message"> Init JimuReport Config [ Token Interceptor &amp; Resource Locations ] </td>
<td class="MethodOfCaller">afterPropertiesSet</td>
<td class="FileOfCaller">JimuReportConfiguration.java</td>
<td class="LineOfCaller">99</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:48,410</td>
<td class="Message">{dataSource-1,master} inited</td>
<td class="MethodOfCaller">init</td>
<td class="FileOfCaller">DruidDataSource.java</td>
<td class="LineOfCaller">994</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:48,411</td>
<td class="Message">dynamic-datasource - load a datasource named [master] success</td>
<td class="MethodOfCaller">addDataSource</td>
<td class="FileOfCaller">DynamicRoutingDataSource.java</td>
<td class="LineOfCaller">132</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:48,412</td>
<td class="Message">dynamic-datasource initial loaded [1] datasource,primary datasource named [master]</td>
<td class="MethodOfCaller">afterPropertiesSet</td>
<td class="FileOfCaller">DynamicRoutingDataSource.java</td>
<td class="LineOfCaller">237</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:48,968</td>
<td class="Message"> --- redis config init --- </td>
<td class="MethodOfCaller">redisTemplate</td>
<td class="FileOfCaller">RedisConfig.java</td>
<td class="LineOfCaller">56</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:49,573</td>
<td class="Message">Using default implementation for ThreadExecutor</td>
<td class="MethodOfCaller">instantiate</td>
<td class="FileOfCaller">StdSchedulerFactory.java</td>
<td class="LineOfCaller">1220</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:49,575</td>
<td class="Message">Job execution threads will use class loader of thread: main</td>
<td class="MethodOfCaller">initialize</td>
<td class="FileOfCaller">SimpleThreadPool.java</td>
<td class="LineOfCaller">268</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:49,581</td>
<td class="Message">Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl</td>
<td class="MethodOfCaller">&lt;init&gt;</td>
<td class="FileOfCaller">SchedulerSignalerImpl.java</td>
<td class="LineOfCaller">61</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:49,582</td>
<td class="Message">Quartz Scheduler v.2.3.2 created.</td>
<td class="MethodOfCaller">&lt;init&gt;</td>
<td class="FileOfCaller">QuartzScheduler.java</td>
<td class="LineOfCaller">229</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:49,583</td>
<td class="Message">Using db table-based data access locking (synchronization).</td>
<td class="MethodOfCaller">initialize</td>
<td class="FileOfCaller">JobStoreSupport.java</td>
<td class="LineOfCaller">672</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:49,584</td>
<td class="Message">JobStoreCMT initialized.</td>
<td class="MethodOfCaller">initialize</td>
<td class="FileOfCaller">JobStoreCMT.java</td>
<td class="LineOfCaller">145</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:49,585</td>
<td class="Message">Scheduler meta-data: Quartz Scheduler (v2.3.2) &#39;MyScheduler&#39; with instanceId &#39;ecdeMacBook-Pro.local1666687729574&#39;
Scheduler class: &#39;org.quartz.core.QuartzScheduler&#39; - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool &#39;org.quartz.simpl.SimpleThreadPool&#39; - with 10 threads.
Using job-store &#39;org.springframework.scheduling.quartz.LocalDataSourceJobStore&#39; - which supports persistence. and is clustered.
</td>
<td class="MethodOfCaller">initialize</td>
<td class="FileOfCaller">QuartzScheduler.java</td>
<td class="LineOfCaller">294</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:49,586</td>
<td class="Message">Quartz scheduler &#39;MyScheduler&#39; initialized from an externally provided properties instance.</td>
<td class="MethodOfCaller">instantiate</td>
<td class="FileOfCaller">StdSchedulerFactory.java</td>
<td class="LineOfCaller">1374</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:49,586</td>
<td class="Message">Quartz scheduler version: 2.3.2</td>
<td class="MethodOfCaller">instantiate</td>
<td class="FileOfCaller">StdSchedulerFactory.java</td>
<td class="LineOfCaller">1378</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:49,587</td>
<td class="Message">JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@60bd11f7</td>
<td class="MethodOfCaller">setJobFactory</td>
<td class="FileOfCaller">QuartzScheduler.java</td>
<td class="LineOfCaller">2293</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:50,273</td>
<td class="Message"> Init JimuReport Config [ 线程池 ] </td>
<td class="MethodOfCaller">afterPropertiesSet</td>
<td class="FileOfCaller">JmReportExecutorConfig.java</td>
<td class="LineOfCaller">42</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:50,832</td>
<td class="Message">Exposing 2 endpoint(s) beneath base path &#39;/actuator&#39;</td>
<td class="MethodOfCaller">&lt;init&gt;</td>
<td class="FileOfCaller">EndpointLinksResolver.java</td>
<td class="LineOfCaller">58</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:50,889</td>
<td class="Message"> Init CodeGenerate Config [ Get Db Config From application.yml ] </td>
<td class="MethodOfCaller">initCodeGenerateDbConfig</td>
<td class="FileOfCaller">CodeGenerateDbConfig.java</td>
<td class="LineOfCaller">46</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:51,345</td>
<td class="Message">Cluster created with settings {hosts=[localhost:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout=&#39;30000 ms&#39;}</td>
<td class="MethodOfCaller">info</td>
<td class="FileOfCaller">SLF4JLogger.java</td>
<td class="LineOfCaller">71</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:51,369</td>
<td class="Message">Exception in monitor thread while connecting to server localhost:27017</td>
<td class="MethodOfCaller">info</td>
<td class="FileOfCaller">SLF4JLogger.java</td>
<td class="LineOfCaller">76</td>
</tr>
<tr><td class="Exception" colspan="6">com.mongodb.MongoSocketOpenException: Exception opening socket
<br />&nbsp;&nbsp;&nbsp;&nbsp;at com.mongodb.internal.connection.SocketStream.open(SocketStream.java:70)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at com.mongodb.internal.connection.InternalStreamConnection.open(InternalStreamConnection.java:180)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at com.mongodb.internal.connection.DefaultServerMonitor$ServerMonitorRunnable.lookupServerDescription(DefaultServerMonitor.java:188)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at com.mongodb.internal.connection.DefaultServerMonitor$ServerMonitorRunnable.run(DefaultServerMonitor.java:152)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at java.base/java.lang.Thread.run(Thread.java:833)
<br />Caused by: java.net.ConnectException: Connection refused
<br />&nbsp;&nbsp;&nbsp;&nbsp;at java.base/sun.nio.ch.Net.pollConnect(Native Method)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:542)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:597)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at java.base/java.net.Socket.connect(Socket.java:633)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at com.mongodb.internal.connection.SocketStreamHelper.initialize(SocketStreamHelper.java:107)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at com.mongodb.internal.connection.SocketStream.initializeSocket(SocketStream.java:79)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at com.mongodb.internal.connection.SocketStream.open(SocketStream.java:65)
<br />&nbsp;&nbsp;&nbsp;&nbsp; ... 4 common frames omitted
</td></tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:51,416</td>
<td class="Message">Starting ProtocolHandler [&quot;http-nio-8899&quot;]</td>
<td class="MethodOfCaller">log</td>
<td class="FileOfCaller">DirectJDKLog.java</td>
<td class="LineOfCaller">173</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:51,427</td>
<td class="Message">Tomcat started on port(s): 8899 (http) with context path &#39;/jeecg-boot&#39;</td>
<td class="MethodOfCaller">start</td>
<td class="FileOfCaller">TomcatWebServer.java</td>
<td class="LineOfCaller">220</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:56,780</td>
<td class="Message">Will start Quartz Scheduler [MyScheduler] in 1 seconds</td>
<td class="MethodOfCaller">startScheduler</td>
<td class="FileOfCaller">SchedulerFactoryBean.java</td>
<td class="LineOfCaller">734</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:56,793</td>
<td class="Message">Started JeecgSystemApplication in 16.272 seconds (JVM running for 16.547)</td>
<td class="MethodOfCaller">logStarted</td>
<td class="FileOfCaller">StartupInfoLogger.java</td>
<td class="LineOfCaller">61</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:56,799</td>
<td class="Message"> Init Code Generate Template [ 检测如果是JAR启动环境,Copy模板到config目录 ] </td>
<td class="MethodOfCaller">onApplicationEvent</td>
<td class="FileOfCaller">CodeTemplateInitListener.java</td>
<td class="LineOfCaller">29</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:57,785</td>
<td class="Message">Starting Quartz Scheduler now, after delay of 1 seconds</td>
<td class="MethodOfCaller">run</td>
<td class="FileOfCaller">SchedulerFactoryBean.java</td>
<td class="LineOfCaller">750</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:57,916</td>
<td class="Message">ClusterManager: detected 1 failed or restarted instances.</td>
<td class="MethodOfCaller">logWarnIfNonZero</td>
<td class="FileOfCaller">JobStoreSupport.java</td>
<td class="LineOfCaller">3644</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:57,916</td>
<td class="Message">ClusterManager: Scanning for instance &quot;ecdeMacBook-Pro.local1666601796983&quot;&#39;s failed in-progress jobs.</td>
<td class="MethodOfCaller">clusterRecover</td>
<td class="FileOfCaller">JobStoreSupport.java</td>
<td class="LineOfCaller">3503</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:48:57,935</td>
<td class="Message">Scheduler MyScheduler_$_ecdeMacBook-Pro.local1666687729574 started.</td>
<td class="MethodOfCaller">start</td>
<td class="FileOfCaller">QuartzScheduler.java</td>
<td class="LineOfCaller">547</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:01,822</td>
<td class="Message">
----------------------------------------------------------
Application Jeecg-Boot is running! Access URLs:
Local: http://localhost:8899/jeecg-boot/
External: http://192.168.1.101:8899/jeecg-boot/
Swagger文档: http://192.168.1.101:8899/jeecg-boot/doc.html
----------------------------------------------------------</td>
<td class="MethodOfCaller">main</td>
<td class="FileOfCaller">JeecgSystemApplication.java</td>
<td class="LineOfCaller">37</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:14,957</td>
<td class="Message">Initializing Spring DispatcherServlet &#39;dispatcherServlet&#39;</td>
<td class="MethodOfCaller">log</td>
<td class="FileOfCaller">DirectJDKLog.java</td>
<td class="LineOfCaller">173</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:14,958</td>
<td class="Message">Initializing Servlet &#39;dispatcherServlet&#39;</td>
<td class="MethodOfCaller">initServletBean</td>
<td class="FileOfCaller">FrameworkServlet.java</td>
<td class="LineOfCaller">525</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:14,970</td>
<td class="Message">Completed initialization in 12 ms</td>
<td class="MethodOfCaller">initServletBean</td>
<td class="FileOfCaller">FrameworkServlet.java</td>
<td class="LineOfCaller">547</td>
</tr>
<tr class="warn even">
<td class="Level">WARN</td>
<td class="Date">2022-10-25 16:49:15,262</td>
<td class="Message">Unable to make field private final java.lang.Class java.lang.invoke.SerializedLambda.capturingClass accessible: module java.base does not &quot;opens java.lang.invoke&quot; to unnamed module @1176dcec</td>
<td class="MethodOfCaller">&lt;clinit&gt;</td>
<td class="FileOfCaller">ReflectLambdaMeta.java</td>
<td class="LineOfCaller">26</td>
</tr>
<tr class="warn odd">
<td class="Level">WARN</td>
<td class="Date">2022-10-25 16:49:15,473</td>
<td class="Message">类没定义!</td>
<td class="MethodOfCaller">&lt;clinit&gt;</td>
<td class="FileOfCaller">ExpressUtil.java</td>
<td class="LineOfCaller">244</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:21,398</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:21,399</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:21,409</td>
<td class="Message">websocket连接 Token安全校验,Path = /jeecg-boot/websocket/e9ca23d68d884d4ebb19d07889727dae,token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NjY2ODg1MDcsInVzZXJuYW1lIjoiYWRtaW4ifQ.r44O9JXEq-q62Tjnc7g3QEhT4FCt78TR1nrU9IB3uJM</td>
<td class="MethodOfCaller">doFilter</td>
<td class="FileOfCaller">WebsocketFilter.java</td>
<td class="LineOfCaller">39</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:21,441</td>
<td class="Message">【websocket消息】有新的连接,总数为:1</td>
<td class="MethodOfCaller">onOpen</td>
<td class="FileOfCaller">WebSocket.java</td>
<td class="LineOfCaller">64</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,068</td>
<td class="Message">load template data: {primaryKeyPolicy=java.lang.Integer, serialVersionUID=-9161952803466217950, entityPackage=models, entityName=MsRptData, primaryKeyField=id, columns=[{&quot;fieldDbName&quot;:&quot;device_id&quot;,&quot;fieldName&quot;:&quot;deviceId&quot;,&quot;filedComment&quot;:&quot;设备Id&quot;,&quot;fieldType&quot;:&quot;java.lang.String&quot;,&quot;fieldDbType&quot;:&quot;string&quot;,&quot;classType&quot;:&quot;text&quot;,&quot;classType_row&quot;:&quot;text&quot;,&quot;optionType&quot;:&quot;&quot;,&quot;charmaxLength&quot;:&quot;&quot;,&quot;precision&quot;:&quot;null&quot;,&quot;scale&quot;:&quot;null&quot;,&quot;nullable&quot;:&quot;Y&quot;,&quot;fieldLength&quot;:&quot;120&quot;,&quot;fieldHref&quot;:&quot;null&quot;,&quot;fieldValidType&quot;:&quot;&quot;,&quot;fieldDefault&quot;:&quot;null&quot;,&quot;fieldShowType&quot;:&quot;text&quot;,&quot;fieldOrderNum&quot;:&quot;1&quot;,&quot;isKey&quot;:&quot;N&quot;,&quot;isShow&quot;:&quot;Y&quot;,&quot;isShowList&quot;:&quot;Y&quot;,&quot;isQuery&quot;:&quot;Y&quot;,&quot;uploadnum&quot;:&quot;null&quot;,&quot;defaultVal&quot;:&quot;null&quot;,&quot;sort&quot;:&quot;N&quot;,&quot;readonly&quot;:&quot;N&quot;,&quot;queryMode&quot;:&quot;single&quot;,&quot;dictField&quot;:&quot;null&quot;,&quot;dictTable&quot;:&quot;null&quot;,&quot;dictText&quot;:&quot;null&quot;}, {&quot;fieldDbName&quot;:&quot;rpt_column&quot;,&quot;fieldName&quot;:&quot;rptColumn&quot;,&quot;filedComment&quot;:&quot;列名&quot;,&quot;fieldType&quot;:&quot;java.lang.String&quot;,&quot;fieldDbType&quot;:&quot;string&quot;,&quot;classType&quot;:&quot;text&quot;,&quot;classType_row&quot;:&quot;text&quot;,&quot;optionType&quot;:&quot;&quot;,&quot;charmaxLength&quot;:&quot;&quot;,&quot;precision&quot;:&quot;null&quot;,&quot;scale&quot;:&quot;null&quot;,&quot;nullable&quot;:&quot;Y&quot;,&quot;fieldLength&quot;:&quot;120&quot;,&quot;fieldHref&quot;:&quot;null&quot;,&quot;fieldValidType&quot;:&quot;&quot;,&quot;fieldDefault&quot;:&quot;null&quot;,&quot;fieldShowType&quot;:&quot;text&quot;,&quot;fieldOrderNum&quot;:&quot;2&quot;,&quot;isKey&quot;:&quot;N&quot;,&quot;isShow&quot;:&quot;Y&quot;,&quot;isShowList&quot;:&quot;Y&quot;,&quot;isQuery&quot;:&quot;Y&quot;,&quot;uploadnum&quot;:&quot;null&quot;,&quot;defaultVal&quot;:&quot;null&quot;,&quot;sort&quot;:&quot;N&quot;,&quot;readonly&quot;:&quot;N&quot;,&quot;queryMode&quot;:&quot;single&quot;,&quot;dictField&quot;:&quot;null&quot;,&quot;dictTable&quot;:&quot;null&quot;,&quot;dictText&quot;:&quot;null&quot;}, {&quot;fieldDbName&quot;:&quot;rpt_value&quot;,&quot;fieldName&quot;:&quot;rptValue&quot;,&quot;filedComment&quot;:&quot;数字&quot;,&quot;fieldType&quot;:&quot;java.lang.Double&quot;,&quot;fieldDbType&quot;:&quot;double&quot;,&quot;classType&quot;:&quot;text&quot;,&quot;classType_row&quot;:&quot;text&quot;,&quot;optionType&quot;:&quot;&quot;,&quot;charmaxLength&quot;:&quot;&quot;,&quot;precision&quot;:&quot;null&quot;,&quot;scale&quot;:&quot;null&quot;,&quot;nullable&quot;:&quot;Y&quot;,&quot;fieldLength&quot;:&quot;120&quot;,&quot;fieldHref&quot;:&quot;null&quot;,&quot;fieldValidType&quot;:&quot;&quot;,&quot;fieldDefault&quot;:&quot;null&quot;,&quot;fieldShowType&quot;:&quot;text&quot;,&quot;fieldOrderNum&quot;:&quot;3&quot;,&quot;isKey&quot;:&quot;N&quot;,&quot;isShow&quot;:&quot;Y&quot;,&quot;isShowList&quot;:&quot;Y&quot;,&quot;isQuery&quot;:&quot;Y&quot;,&quot;uploadnum&quot;:&quot;null&quot;,&quot;defaultVal&quot;:&quot;null&quot;,&quot;sort&quot;:&quot;N&quot;,&quot;readonly&quot;:&quot;N&quot;,&quot;queryMode&quot;:&quot;group&quot;,&quot;dictField&quot;:&quot;null&quot;,&quot;dictTable&quot;:&quot;null&quot;,&quot;dictText&quot;:&quot;null&quot;}, {&quot;fieldDbName&quot;:&quot;unit&quot;,&quot;fieldName&quot;:&quot;unit&quot;,&quot;filedComment&quot;:&quot;单位&quot;,&quot;fieldType&quot;:&quot;java.lang.String&quot;,&quot;fieldDbType&quot;:&quot;string&quot;,&quot;classType&quot;:&quot;text&quot;,&quot;classType_row&quot;:&quot;text&quot;,&quot;optionType&quot;:&quot;&quot;,&quot;charmaxLength&quot;:&quot;
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">CodeGenerateOne.java</td>
<td class="LineOfCaller">119</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,072</td>
<td class="Message"> load template from templateRootDir = &#39;/Users/ec/Desktop/work/Code/jeecg-boot3.4/jeecg-boot0920/jeecg-module-system/jeecg-system-biz/target/classes/jeecg/code-template-online&#39;,stylePath =&#39;default.one&#39;, out GenerateRootDir:/Users/ec/Desktop/代码生成</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">54</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,131</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/controller/MsRptDataController.java</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,182</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/entity/${entityName}.javai ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/entity/MsRptData.java</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,200</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/mapper/${entityName}Mapper.javai ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/mapper/MsRptDataMapper.java</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,224</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/mapper/xml/${entityName}Mapper.xml ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/mapper/xml/MsRptDataMapper.xml</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,226</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/service/I${entityName}Service.javai ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/service/IMsRptDataService.java</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,227</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/service/impl/${entityName}ServiceImpl.javai ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/service/impl/MsRptDataServiceImpl.java</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,239</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue/${entityName}List.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue/MsRptDataList.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,270</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue/${entityName}_menu_insert.sql ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue/MsRptData_menu_insert.sql</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,279</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Form.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue/modules/MsRptDataForm.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,295</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Modal.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue/modules/MsRptDataModal.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,303</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Modal__Style#Drawer.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue/modules/MsRptDataModal.Style#Drawer.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,313</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3/${entityName}List.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue3/MsRptDataList.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,316</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3/${entityName}__api.tsi ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue3/MsRptData.api.ts</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,323</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3/${entityName}__data.tsi ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue3/MsRptData.data.ts</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,330</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3/${entityName}_menu_insert.sql ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue3/MsRptData_menu_insert.sql</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,333</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3/components/${entityName}Modal.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue3/components/MsRptDataModal.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,344</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}List.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue3Native/MsRptDataList.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,353</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}__api.tsi ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue3Native/MsRptData.api.ts</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,358</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}__data.tsi ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue3Native/MsRptData.data.ts</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,364</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}_menu_insert.sql ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue3Native/MsRptData_menu_insert.sql</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,374</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3Native/components/${entityName}Form.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue3Native/components/MsRptDataForm.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,397</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3Native/components/${entityName}Modal.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue3Native/components/MsRptDataModal.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 16:49:43,402</td>
<td class="Message"> ----- jeecg-boot ---- generate code success =======&gt; 表名:ms_rpt_data </td>
<td class="MethodOfCaller">generateCodeFile</td>
<td class="FileOfCaller">CodeGenerateOne.java</td>
<td class="LineOfCaller">140</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 17:57:18,468</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 17:57:18,474</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 17:57:26,325</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 17:57:26,325</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 17:57:31,669</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 17:57:31,670</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:01:43,553</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:01:43,554</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:01:53,237</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:01:53,238</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:01:55,986</td>
<td class="Message"> connect databaseName : jeecg-boot</td>
<td class="MethodOfCaller">readAllTableNames</td>
<td class="FileOfCaller">DbReadTableUtil.java</td>
<td class="LineOfCaller">67</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:02:20,377</td>
<td class="Message"> connect databaseName : jeecg-boot</td>
<td class="MethodOfCaller">readAllTableNames</td>
<td class="FileOfCaller">DbReadTableUtil.java</td>
<td class="LineOfCaller">67</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:03:38,289</td>
<td class="Message"> connect databaseName : jeecg-boot</td>
<td class="MethodOfCaller">readAllTableNames</td>
<td class="FileOfCaller">DbReadTableUtil.java</td>
<td class="LineOfCaller">67</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:03:44,188</td>
<td class="Message"> connect databaseName : jeecg-boot</td>
<td class="MethodOfCaller">readOriginalTableColumn</td>
<td class="FileOfCaller">DbReadTableUtil.java</td>
<td class="LineOfCaller">436</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:03:44,371</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:03:44,372</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:04:02,186</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:04:02,187</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:04:06,554</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:04:06,555</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:04:54,303</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:04:54,304</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,380</td>
<td class="Message">load template data: {serialVersionUID=-5704601832752856252, entityPackage=models, entityName=MsRptData, primaryKeyField=id, columns=[{&quot;fieldDbName&quot;:&quot;uuid&quot;,&quot;fieldName&quot;:&quot;uuid&quot;,&quot;filedComment&quot;:&quot;uuid&quot;,&quot;fieldType&quot;:&quot;java.lang.String&quot;,&quot;fieldDbType&quot;:&quot;string&quot;,&quot;classType&quot;:&quot;text&quot;,&quot;classType_row&quot;:&quot;text&quot;,&quot;optionType&quot;:&quot;&quot;,&quot;charmaxLength&quot;:&quot;&quot;,&quot;precision&quot;:&quot;null&quot;,&quot;scale&quot;:&quot;null&quot;,&quot;nullable&quot;:&quot;N&quot;,&quot;fieldLength&quot;:&quot;120&quot;,&quot;fieldHref&quot;:&quot;null&quot;,&quot;fieldValidType&quot;:&quot;&quot;,&quot;fieldDefault&quot;:&quot;null&quot;,&quot;fieldShowType&quot;:&quot;text&quot;,&quot;fieldOrderNum&quot;:&quot;0&quot;,&quot;isKey&quot;:&quot;Y&quot;,&quot;isShow&quot;:&quot;Y&quot;,&quot;isShowList&quot;:&quot;Y&quot;,&quot;isQuery&quot;:&quot;N&quot;,&quot;uploadnum&quot;:&quot;null&quot;,&quot;defaultVal&quot;:&quot;null&quot;,&quot;sort&quot;:&quot;N&quot;,&quot;readonly&quot;:&quot;N&quot;,&quot;queryMode&quot;:&quot;single&quot;,&quot;dictField&quot;:&quot;null&quot;,&quot;dictTable&quot;:&quot;null&quot;,&quot;dictText&quot;:&quot;null&quot;}, {&quot;fieldDbName&quot;:&quot;device_id&quot;,&quot;fieldName&quot;:&quot;deviceId&quot;,&quot;filedComment&quot;:&quot;设备Id&quot;,&quot;fieldType&quot;:&quot;java.lang.String&quot;,&quot;fieldDbType&quot;:&quot;string&quot;,&quot;classType&quot;:&quot;text&quot;,&quot;classType_row&quot;:&quot;text&quot;,&quot;optionType&quot;:&quot;&quot;,&quot;charmaxLength&quot;:&quot;&quot;,&quot;precision&quot;:&quot;null&quot;,&quot;scale&quot;:&quot;null&quot;,&quot;nullable&quot;:&quot;Y&quot;,&quot;fieldLength&quot;:&quot;120&quot;,&quot;fieldHref&quot;:&quot;null&quot;,&quot;fieldValidType&quot;:&quot;&quot;,&quot;fieldDefault&quot;:&quot;null&quot;,&quot;fieldShowType&quot;:&quot;text&quot;,&quot;fieldOrderNum&quot;:&quot;1&quot;,&quot;isKey&quot;:&quot;N&quot;,&quot;isShow&quot;:&quot;Y&quot;,&quot;isShowList&quot;:&quot;Y&quot;,&quot;isQuery&quot;:&quot;Y&quot;,&quot;uploadnum&quot;:&quot;null&quot;,&quot;defaultVal&quot;:&quot;null&quot;,&quot;sort&quot;:&quot;N&quot;,&quot;readonly&quot;:&quot;N&quot;,&quot;queryMode&quot;:&quot;single&quot;,&quot;dictField&quot;:&quot;null&quot;,&quot;dictTable&quot;:&quot;null&quot;,&quot;dictText&quot;:&quot;null&quot;}, {&quot;fieldDbName&quot;:&quot;rpt_column&quot;,&quot;fieldName&quot;:&quot;rptColumn&quot;,&quot;filedComment&quot;:&quot;列名&quot;,&quot;fieldType&quot;:&quot;java.lang.String&quot;,&quot;fieldDbType&quot;:&quot;string&quot;,&quot;classType&quot;:&quot;text&quot;,&quot;classType_row&quot;:&quot;text&quot;,&quot;optionType&quot;:&quot;&quot;,&quot;charmaxLength&quot;:&quot;&quot;,&quot;precision&quot;:&quot;null&quot;,&quot;scale&quot;:&quot;null&quot;,&quot;nullable&quot;:&quot;Y&quot;,&quot;fieldLength&quot;:&quot;120&quot;,&quot;fieldHref&quot;:&quot;null&quot;,&quot;fieldValidType&quot;:&quot;&quot;,&quot;fieldDefault&quot;:&quot;null&quot;,&quot;fieldShowType&quot;:&quot;text&quot;,&quot;fieldOrderNum&quot;:&quot;2&quot;,&quot;isKey&quot;:&quot;N&quot;,&quot;isShow&quot;:&quot;Y&quot;,&quot;isShowList&quot;:&quot;Y&quot;,&quot;isQuery&quot;:&quot;Y&quot;,&quot;uploadnum&quot;:&quot;null&quot;,&quot;defaultVal&quot;:&quot;null&quot;,&quot;sort&quot;:&quot;N&quot;,&quot;readonly&quot;:&quot;N&quot;,&quot;queryMode&quot;:&quot;single&quot;,&quot;dictField&quot;:&quot;null&quot;,&quot;dictTable&quot;:&quot;null&quot;,&quot;dictText&quot;:&quot;null&quot;}, {&quot;fieldDbName&quot;:&quot;rpt_value&quot;,&quot;fieldName&quot;:&quot;rptValue&quot;,&quot;filedComment&quot;:&quot;数字&quot;,&quot;fieldType&quot;:&quot;java.lang.Double&quot;,&quot;fieldDbType&quot;:&quot;double&quot;,&quot;classType&quot;:&quot;text&quot;,&quot;classType_row&quot;:&quot;text&quot;,&quot;optionType&quot;:&quot;&quot;,&quot;charmaxLength&quot;:&quot;&quot;,&quot;precision&quot;:&quot;nu
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">CodeGenerateOne.java</td>
<td class="LineOfCaller">119</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,383</td>
<td class="Message"> load template from templateRootDir = &#39;/Users/ec/Desktop/work/Code/jeecg-boot3.4/jeecg-boot0920/jeecg-module-system/jeecg-system-biz/target/classes/jeecg/code-template-online&#39;,stylePath =&#39;default.one&#39;, out GenerateRootDir:/Users/ec/Desktop/代码生成</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">54</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,397</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/controller/MsRptDataController.java</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,410</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/entity/${entityName}.javai ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/entity/MsRptData.java</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,424</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/mapper/${entityName}Mapper.javai ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/mapper/MsRptDataMapper.java</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,426</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/mapper/xml/${entityName}Mapper.xml ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/mapper/xml/MsRptDataMapper.xml</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,427</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/service/I${entityName}Service.javai ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/service/IMsRptDataService.java</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,428</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/service/impl/${entityName}ServiceImpl.javai ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/service/impl/MsRptDataServiceImpl.java</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,435</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue/${entityName}List.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue/MsRptDataList.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,442</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue/${entityName}_menu_insert.sql ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue/MsRptData_menu_insert.sql</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,448</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Form.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue/modules/MsRptDataForm.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,455</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Modal.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue/modules/MsRptDataModal.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,461</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Modal__Style#Drawer.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue/modules/MsRptDataModal.Style#Drawer.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,468</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3/${entityName}List.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue3/MsRptDataList.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,470</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3/${entityName}__api.tsi ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue3/MsRptData.api.ts</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,476</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3/${entityName}__data.tsi ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue3/MsRptData.data.ts</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,480</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3/${entityName}_menu_insert.sql ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue3/MsRptData_menu_insert.sql</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,483</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3/components/${entityName}Modal.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue3/components/MsRptDataModal.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,489</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}List.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue3Native/MsRptDataList.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,494</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}__api.tsi ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue3Native/MsRptData.api.ts</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,498</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}__data.tsi ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue3Native/MsRptData.data.ts</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,502</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3Native/${entityName}_menu_insert.sql ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue3Native/MsRptData_menu_insert.sql</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,506</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3Native/components/${entityName}Form.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue3Native/components/MsRptDataForm.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,524</td>
<td class="Message">[generate] template:default/one/java/${bussiPackage}/${entityPackage}/vue3Native/components/${entityName}Modal.vuei ==&gt; /Users/ec/Desktop/代码生成/src/main/java/com/zgx/modules/models/vue3Native/components/MsRptDataModal.vue</td>
<td class="MethodOfCaller">a</td>
<td class="FileOfCaller">BaseCodeGenerate.java</td>
<td class="LineOfCaller">117</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:05:11,536</td>
<td class="Message"> ----- jeecg-boot ---- generate code success =======&gt; 表名:ms_rpt_data </td>
<td class="MethodOfCaller">generateCodeFile</td>
<td class="FileOfCaller">CodeGenerateOne.java</td>
<td class="LineOfCaller">140</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:08:37,639</td>
<td class="Message">【websocket消息】连接断开,总数为:0</td>
<td class="MethodOfCaller">onClose</td>
<td class="FileOfCaller">WebSocket.java</td>
<td class="LineOfCaller">74</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:08:39,170</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:08:39,171</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:08:39,269</td>
<td class="Message">websocket连接 Token安全校验,Path = /jeecg-boot/websocket/e9ca23d68d884d4ebb19d07889727dae,token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NjY2ODg1MDcsInVzZXJuYW1lIjoiYWRtaW4ifQ.r44O9JXEq-q62Tjnc7g3QEhT4FCt78TR1nrU9IB3uJM</td>
<td class="MethodOfCaller">doFilter</td>
<td class="FileOfCaller">WebsocketFilter.java</td>
<td class="LineOfCaller">39</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:08:39,275</td>
<td class="Message">【websocket消息】有新的连接,总数为:1</td>
<td class="MethodOfCaller">onOpen</td>
<td class="FileOfCaller">WebSocket.java</td>
<td class="LineOfCaller">64</td>
</tr>
<tr class="error odd">
<td class="Level">ERROR</td>
<td class="Date">2022-10-25 18:10:09,983</td>
<td class="Message">No error handling configured for [org.jeecg.modules.message.websocket.WebSocket] and the following error occurred</td>
<td class="MethodOfCaller">log</td>
<td class="FileOfCaller">DirectJDKLog.java</td>
<td class="LineOfCaller">175</td>
</tr>
<tr><td class="Exception" colspan="6">java.io.EOFException: null
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.websocket.server.WsFrameServer.onDataAvailable(WsFrameServer.java:75)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.websocket.server.WsFrameServer.doOnDataAvailable(WsFrameServer.java:183)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.websocket.server.WsFrameServer.notifyDataAvailable(WsFrameServer.java:162)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.websocket.server.WsHttpUpgradeHandler.upgradeDispatch(WsHttpUpgradeHandler.java:157)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.coyote.http11.upgrade.UpgradeProcessorInternal.dispatch(UpgradeProcessorInternal.java:60)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:59)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at java.base/java.lang.Thread.run(Thread.java:833)
</td></tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:10:09,990</td>
<td class="Message">【websocket消息】连接断开,总数为:0</td>
<td class="MethodOfCaller">onClose</td>
<td class="FileOfCaller">WebSocket.java</td>
<td class="LineOfCaller">74</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:10:12,779</td>
<td class="Message">websocket连接 Token安全校验,Path = /jeecg-boot/websocket/e9ca23d68d884d4ebb19d07889727dae,token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NjY2ODg1MDcsInVzZXJuYW1lIjoiYWRtaW4ifQ.r44O9JXEq-q62Tjnc7g3QEhT4FCt78TR1nrU9IB3uJM</td>
<td class="MethodOfCaller">doFilter</td>
<td class="FileOfCaller">WebsocketFilter.java</td>
<td class="LineOfCaller">39</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:10:12,800</td>
<td class="Message">【websocket消息】有新的连接,总数为:1</td>
<td class="MethodOfCaller">onOpen</td>
<td class="FileOfCaller">WebSocket.java</td>
<td class="LineOfCaller">64</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:10:13,414</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:10:13,415</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="error odd">
<td class="Level">ERROR</td>
<td class="Date">2022-10-25 18:10:14,128</td>
<td class="Message">No error handling configured for [org.jeecg.modules.message.websocket.WebSocket] and the following error occurred</td>
<td class="MethodOfCaller">log</td>
<td class="FileOfCaller">DirectJDKLog.java</td>
<td class="LineOfCaller">175</td>
</tr>
<tr><td class="Exception" colspan="6">java.io.EOFException: null
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.websocket.server.WsFrameServer.onDataAvailable(WsFrameServer.java:75)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.websocket.server.WsFrameServer.doOnDataAvailable(WsFrameServer.java:183)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.websocket.server.WsFrameServer.notifyDataAvailable(WsFrameServer.java:162)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.websocket.server.WsHttpUpgradeHandler.upgradeDispatch(WsHttpUpgradeHandler.java:157)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.coyote.http11.upgrade.UpgradeProcessorInternal.dispatch(UpgradeProcessorInternal.java:60)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:59)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at java.base/java.lang.Thread.run(Thread.java:833)
</td></tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:10:14,135</td>
<td class="Message">【websocket消息】连接断开,总数为:0</td>
<td class="MethodOfCaller">onClose</td>
<td class="FileOfCaller">WebSocket.java</td>
<td class="LineOfCaller">74</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:10:15,445</td>
<td class="Message">websocket连接 Token安全校验,Path = /jeecg-boot/websocket/e9ca23d68d884d4ebb19d07889727dae,token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NjY2ODg1MDcsInVzZXJuYW1lIjoiYWRtaW4ifQ.r44O9JXEq-q62Tjnc7g3QEhT4FCt78TR1nrU9IB3uJM</td>
<td class="MethodOfCaller">doFilter</td>
<td class="FileOfCaller">WebsocketFilter.java</td>
<td class="LineOfCaller">39</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:10:15,452</td>
<td class="Message">【websocket消息】有新的连接,总数为:1</td>
<td class="MethodOfCaller">onOpen</td>
<td class="FileOfCaller">WebSocket.java</td>
<td class="LineOfCaller">64</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:10:16,403</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:10:16,404</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
<tr class="error odd">
<td class="Level">ERROR</td>
<td class="Date">2022-10-25 18:12:31,063</td>
<td class="Message">No error handling configured for [org.jeecg.modules.message.websocket.WebSocket] and the following error occurred</td>
<td class="MethodOfCaller">log</td>
<td class="FileOfCaller">DirectJDKLog.java</td>
<td class="LineOfCaller">175</td>
</tr>
<tr><td class="Exception" colspan="6">java.io.EOFException: null
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1339)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1226)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.websocket.server.WsFrameServer.onDataAvailable(WsFrameServer.java:75)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.websocket.server.WsFrameServer.doOnDataAvailable(WsFrameServer.java:183)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.websocket.server.WsFrameServer.notifyDataAvailable(WsFrameServer.java:162)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.websocket.server.WsHttpUpgradeHandler.upgradeDispatch(WsHttpUpgradeHandler.java:157)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.coyote.http11.upgrade.UpgradeProcessorInternal.dispatch(UpgradeProcessorInternal.java:60)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:59)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
<br />&nbsp;&nbsp;&nbsp;&nbsp;at java.base/java.lang.Thread.run(Thread.java:833)
</td></tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:12:31,067</td>
<td class="Message">【websocket消息】连接断开,总数为:0</td>
<td class="MethodOfCaller">onClose</td>
<td class="FileOfCaller">WebSocket.java</td>
<td class="LineOfCaller">74</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:12:32,530</td>
<td class="Message">websocket连接 Token安全校验,Path = /jeecg-boot/websocket/e9ca23d68d884d4ebb19d07889727dae,token:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NjY2ODg1MDcsInVzZXJuYW1lIjoiYWRtaW4ifQ.r44O9JXEq-q62Tjnc7g3QEhT4FCt78TR1nrU9IB3uJM</td>
<td class="MethodOfCaller">doFilter</td>
<td class="FileOfCaller">WebsocketFilter.java</td>
<td class="LineOfCaller">39</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:12:32,536</td>
<td class="Message">【websocket消息】有新的连接,总数为:1</td>
<td class="MethodOfCaller">onOpen</td>
<td class="FileOfCaller">WebSocket.java</td>
<td class="LineOfCaller">64</td>
</tr>
<tr class="info odd">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:12:32,714</td>
<td class="Message">---查询过滤器,Query规则---field:copy_type, rule:=, value:0</td>
<td class="MethodOfCaller">addEasyQuery</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">625</td>
</tr>
<tr class="info even">
<td class="Level">INFO</td>
<td class="Date">2022-10-25 18:12:32,716</td>
<td class="Message">当前字段有:[formTemplate, relationType, isTree, queryMode, isDesForm, lowAppId, formCategory, tableVersion, treeParentIdField, tableName, tableType, treeFieldname, updateBy, copyType, desFormCode, idSequence, subTableStr, id, hascopy, tabOrderNum, isCheckbox, isDbSynch, tableTxt, treeIdField, idType, formTemplateMobile, scroll, updateTime, physicId, createBy, createTime, copyVersion, themeTemplate, extConfigJson, isPage, taskId]</td>
<td class="MethodOfCaller">doMultiFieldsOrder</td>
<td class="FileOfCaller">QueryGenerator.java</td>
<td class="LineOfCaller">249</td>
</tr>
</table>
</body></html>