|
@@ -42,10 +42,10 @@ spring:
|
|
static-locations: file:${my.file.path}
|
|
static-locations: file:${my.file.path}
|
|
|
|
|
|
upload:
|
|
upload:
|
|
- head: ${my.file.path}\head
|
|
|
|
- information: ${my.file.path}\information
|
|
|
|
- collection: ${my.file.path}\collection
|
|
|
|
- exhibition: ${my.file.path}\exhibition
|
|
|
|
|
|
+ head: ${my.file.path}/head
|
|
|
|
+ information: ${my.file.path}/information
|
|
|
|
+ collection: ${my.file.path}/collection
|
|
|
|
+ exhibition: ${my.file.path}/exhibition
|
|
|
|
|
|
|
|
|
|
|
|
|