rev:日志打印,add:空木箱入库mes回传

This commit is contained in:
zhangzq
2024-12-26 22:12:47 +08:00
parent 4256e07e41
commit c61134f6fb
14 changed files with 90 additions and 32 deletions

View File

@@ -160,3 +160,6 @@ sa-token:
cookie:
# 配置 Cookie 作用域:根据二级域名实现sso登入如lms.sso.com;acs.sso.com
domain:
lucene:
index:
path: D:\log\lms\lucene\index

View File

@@ -97,7 +97,7 @@ https://juejin.cn/post/6844903775631572999
<!--开发环境:打印控制台-->
<springProfile name="dev">
<root level="debug">
<root level="info">
<appender-ref ref="asyncLuceneAppender"/>
<appender-ref ref="asyncFileAppender"/>
<appender-ref ref="CONSOLE"/>