kongzy
2024-01-29 983bdb5b89932b38d08a11ad1eed6ea89d1597e1
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: