|
|
@ -63,7 +63,7 @@ public class FileUploadComponent { |
|
|
|
@Value("${image.upload.path:static/upload/}") |
|
|
|
private String uploadPath; |
|
|
|
|
|
|
|
@Value("${image.url.prefix:http://127.0.0.1:8080/upload/}") |
|
|
|
@Value("${image.url.prefix:https://gateway.yyundong.com/}") |
|
|
|
private String urlPrefix; |
|
|
|
|
|
|
|
|
|
|
|