springboot 使用的配置

1,控制台打印sql

logging:
  level:
    com.sdyy.test.mapper: debug

2,开启驼峰命名

mybatis.configuration.map-underscore-to-camel-case=true
原文地址:https://www.cnblogs.com/xiaohu1218/p/10477318.html