From 6419f5eaead966b4504669f67a59d247264ce78d Mon Sep 17 00:00:00 2001 From: linfso Date: Mon, 19 Aug 2024 12:04:54 +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 51cf73d..3ef07e2 100644 --- a/emis-server/src/main/resources/application_local.yml +++ b/emis-server/src/main/resources/application_local.yml @@ -94,7 +94,7 @@ token: mybatis-plus: type-aliases-package: com.xdadan.**.domain mapper-locations: classpath*:mapper/**/*Mapper.xml - config-location: classpath:mybatis/mybatis-config.xml + config-locations: classpath:mybatis/mybatis-config.xml configuration: cache-enabled: true map-underscore-to-camel-case: true