From 1f27401bf5727883b43a963b386958ba30959a71 Mon Sep 17 00:00:00 2001 From: linfso Date: Sun, 2 Jun 2024 11:59:30 +0800 Subject: [PATCH] md --- emis-server/src/main/resources/application_local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emis-server/src/main/resources/application_local.yml b/emis-server/src/main/resources/application_local.yml index 906ecd3..9c37b3e 100644 --- a/emis-server/src/main/resources/application_local.yml +++ b/emis-server/src/main/resources/application_local.yml @@ -91,7 +91,7 @@ token: mybatis-plus: type-aliases-package: com.xdadan.**.domain mapper-locations: classpath*:mapper/**/*Mapper.xml - config-location: classpath:mybatis/mybatis-config.xml +# config-location: classpath:mybatis/mybatis-config.xml configuration: cache-enabled: true map-underscore-to-camel-case: true