1配置日志打印

log-impl: org.apache.ibatis.logging.stdout.StdOutImpl

mybatis:
   type-aliases-package: com.dfsoft.eagle3.vo,com.dfsoft.eagle3.entity
   mapper-locations: classpath:mapper/**/*.xml
   configuration:
     log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
     map-underscore-to-camel-case: true

2idea mybatis插件会将日志收集的更加整齐

更多推荐

mybatis打印日志配置