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