From 5b45e0c44a79047d5e117ddf3899bf21367f4be7 Mon Sep 17 00:00:00 2001 From: linfso Date: Sat, 1 Jun 2024 09:17:08 +0800 Subject: [PATCH] md --- emis-server/src/main/resources/application_local.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emis-server/src/main/resources/application_local.yml b/emis-server/src/main/resources/application_local.yml index 906ecd3..38efca5 100644 --- a/emis-server/src/main/resources/application_local.yml +++ b/emis-server/src/main/resources/application_local.yml @@ -87,13 +87,13 @@ token: # mapperLocations: classpath*:mapper/**/*Mapper.xml # # 加载全局的配置文件 # configLocation: classpath:mybatis/mybatis-config.xml +# config-location: classpath:mybatis/mybatis-config.xml mybatis-plus: type-aliases-package: com.xdadan.**.domain mapper-locations: classpath*:mapper/**/*Mapper.xml - config-location: classpath:mybatis/mybatis-config.xml configuration: - cache-enabled: true + cache-enabled: false map-underscore-to-camel-case: true lazy-loading-enabled: true aggressive-lazy-loading: false