This commit is contained in:
18796357645 2025-05-22 21:51:05 +08:00
parent 76aa210034
commit 7b9a0f2833

View File

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