Compare commits
No commits in common. "eb596432a7b8aff74295bd685460262fb2439856" and "b5e282a3acf7a7519d542f08ebc18971a6462099" have entirely different histories.
eb596432a7
...
b5e282a3ac
@ -86,7 +86,7 @@
|
|||||||
<!-- 打印mysql日志 name= 存放mapper的包名; 注意mybatis-plus.configuration.log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
|
<!-- 打印mysql日志 name= 存放mapper的包名; 注意mybatis-plus.configuration.log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
|
||||||
如果log-impl: org.apache.ibatis.logging.stdout.StdOutImpl ;则只会打印到控制台;不会存放到文件
|
如果log-impl: org.apache.ibatis.logging.stdout.StdOutImpl ;则只会打印到控制台;不会存放到文件
|
||||||
-->
|
-->
|
||||||
<logger name="com.czlis" level="DEBUG" additivity="true">
|
<logger name="com.czlis" level="DEBUG" additivity="false">
|
||||||
<appender-ref ref="stdout"/>
|
<appender-ref ref="stdout"/>
|
||||||
<appender-ref ref="mysql_log" />
|
<appender-ref ref="mysql_log" />
|
||||||
</logger>
|
</logger>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user