默认是输出到控制台.不输出到日志文件
输出到日志文件.需要修改配置
第一步.
logging:
config: classpath:logback-wshoto.xml
第二步
mybatis-plus:
configuration:
cache-enabled: true
default-executor-type: reuse
log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
第三步.日志文件.修改为debug级别