天天看點

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