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