zxl
2026-03-25 963a8c24874c2e10a329a6ea39774bc5eda0f762
system-quick-start/src/main/resources/application.yml
@@ -15,7 +15,7 @@
  mvc:
    static-path-pattern: /**
  resources:
    static-locations: classpath:/static/,classpath:/public/,file:${cube.resources.upload-path},file:${cube.resources.webapp}
    static-locations: classpath:/static/,classpath:/public/,file:${cube.resources.upload-path},file:${cube.resources.webapp},file:${init.local.image-path}
  datasource:
    dynamic:
      primary: master #设置默认的数据源或者数据源组,默认值即为master
@@ -86,6 +86,8 @@
          - /demo/**
          - /sysLogo/**
          - /jyz/sysInfo/localInfo
          - /jyz/video/**
          - /jyz/images/**
  mybatis-plus:
    plugin:
      enable-tenant: false