diff --git a/sky-server/src/main/resources/application.yml b/sky-server/src/main/resources/application.yml index 827f4ec..50ee9fb 100644 --- a/sky-server/src/main/resources/application.yml +++ b/sky-server/src/main/resources/application.yml @@ -27,9 +27,11 @@ mybatis: #mapper配置文件 mapper-locations: classpath:mapper/*.xml type-aliases-package: com.sky.pojo.entity - config-location: classpath:mybatis-config.xml -# configuration: -# map-underscore-to-camel-case: true # 开启驼峰命名 + # config-location: classpath:mybatis-config.xml + configuration: + map-underscore-to-camel-case: true # 开启驼峰命名 + log-impl: org.apache.ibatis.logging.stdout.StdOutImpl + auto-mapping-behavior: full logging: level: