kongzy
2024-03-15 50c669c09a7b392af22706e6fb1fa8a4c335d8eb
assess-admin/src/main/resources/application-dev.yml
@@ -50,7 +50,7 @@
# mybatis-plus相关配置
mybatis-plus:
  # xml扫描,多个目录用逗号或者分号分隔(告诉 Mapper 所对应的 XML 文件位置)
  mapper-locations: classpath*:mapper/**/*Mapper.xml
  mapper-locations: classpath*:mapper/*Mapper.xml
  # 以下配置均有默认值,可以不设置
  global-config:
    db-config: