天天看点

springboot 整合mybatisplus输出sql语句不输出结果集

# 日志配置
logging:
  level:
    #基础包
    com.ruoyi: debug
    #指定报的日志级别
    org.springframework: warn

mybatis-plus:
  mapper-locations: classpath*:com/gblfy/**/mapping/*.xml
  configuration:
#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl