From 1b8d37ef3074a9f19533a61ea7096709a8d5fc86 Mon Sep 17 00:00:00 2001 From: bunny <1319900154@qq.com> Date: Sat, 23 Mar 2024 14:53:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=AA=8C=E8=AF=81):=20=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E8=BE=93=E5=87=BAlogo=E5=88=86=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sky-server/src/main/resources/application.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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: