定位打印代码,这里打印用的是System.out.println(s)是白色的,而上面打印用System.err.println(S)是红色的。 总结 这里的org.apache.ibatis.logging.nologging.NoLoggingImpl失效与使用了PerformanceInterceptor类有关,springboot启动加载配置阶段会加载PerformanceInterceptor拦截器在执行sql时因为被PerformanceInterceptor拦截在...
例如,身份证号、手机号、邮箱等。 启用MyBatis Plus的日志打印功能: 确保MyBatis Plus的日志打印功能已经启用。这通常可以在MyBatis Plus的配置中设置。 自定义MyBatis Plus的插件或拦截器: 你需要编写一个自定义的插件或拦截器,用于拦截SQL入参和结果集,并对其中的敏感字段进行脱敏处理。 以下是一个简单的示例,展...
1:设置mybatisplus包下的日志级别为DEBUG; 2:设置项目mapper目录的日志级别为DEBUG; 3:设置mybatis-plus的日志输出方式为slf4j。 logging.level.com.baomidou.mybatisplus=DEBUG #项目mapper目录 logging.level.com.dragonsoft.demojar.mapper=DEBUG mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.slf...