更新项目

This commit is contained in:
18796357645 2025-06-07 22:11:58 +08:00
parent 5f8e12e7c9
commit 46cb3f7f05
3 changed files with 4 additions and 13 deletions

View File

@ -1,5 +0,0 @@
====================================================================================================================
欢迎使用 后台
====================================================================================================================

View File

@ -33,7 +33,8 @@ spring:
multi-statement-allow: true multi-statement-allow: true
web: web:
resources: resources:
static-locations: "file:D:/2025/bookstore-springboot-vue/admin-ui/upload/" static-locations: "file:${upload.path}"
upload: upload:
path: D:\2025\bookstore-springboot-vue\admin-ui\upload # path: ./upload
url: http://localhost:18081/ path: ${user.dir}${file.separator}upload${file.separator}
url: http://localhost:18081/

View File

@ -1,5 +0,0 @@
====================================================================================================================
欢迎使用 门户网站
====================================================================================================================