From 74af7e7e3ee39e25f73525391b13face373e350e Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期一, 23 三月 2026 16:45:25 +0800
Subject: [PATCH] 3.23
---
system-quick-start/src/main/resources/application.yml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/system-quick-start/src/main/resources/application.yml b/system-quick-start/src/main/resources/application.yml
index 6cff0f6..82c13bf 100644
--- a/system-quick-start/src/main/resources/application.yml
+++ b/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 #璁剧疆榛樿鐨勬暟鎹簮鎴栬�呮暟鎹簮缁�,榛樿鍊煎嵆涓簃aster
@@ -86,6 +86,8 @@
- /demo/**
- /sysLogo/**
- /jyz/sysInfo/localInfo
+ - /jyz/video/**
+ - /jyz/images/**
mybatis-plus:
plugin:
enable-tenant: false
--
Gitblit v1.8.0