zhoushihao
2024-04-16 e8a30e3104a92585c684f1bb2e3683c444cf75ae
fixbug:扫描不到mapper文件,导致查询sql异常
1个文件已修改
3 ■■■■ 已修改文件
hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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