From e8a30e3104a92585c684f1bb2e3683c444cf75ae Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期二, 16 四月 2024 11:13:32 +0800 Subject: [PATCH] fixbug:扫描不到mapper文件,导致查询sql异常 --- hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml index 48ed4e2..a11fc50 100644 --- a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml +++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml @@ -26,8 +26,7 @@ port: 6379 password: 123456 mybatis-plus: - - mapper-locations: classpath*:mapper/sqlserver/*.xml + mapper-locations: classpath*:mapper/**/*.xml # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 璁剧疆 MyBatis 鏃ュ織绾у埆涓� ERROR -- Gitblit v1.8.0