** 最简单 springboot +mybatis 整合控制台日志打印sql 语句 ** application.yml mybatis: mapper-locations: classpath:mapper/**.xml configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl logging: level: root: info