文件上传优化

This commit is contained in:
tsukiyalo 2024-11-05 18:48:17 +08:00
parent c761a84991
commit ca389f65d5
3 changed files with 10 additions and 4 deletions

View File

@ -14,7 +14,7 @@ public interface FileConstant {
/** /**
* 服务器访问地址 * 服务器访问地址
*/ */
String SERVER_HOST = "http://39.101.78.35/images"; String SERVER_HOST = "154.8.193.216:9494";
/** /**
* 服务器上传路径 * 服务器上传路径

View File

@ -60,7 +60,7 @@ public class FileController {
return ResultUtils.success(FileConstant.SERVER_HOST + filePath); return ResultUtils.success(FileConstant.SERVER_HOST + filePath);
} }
catch (IOException e) { catch (IOException e) {
log.error("file upload error, filePath = " + filePath, e);http://39.101.78.35/images log.error("file upload error, filePath = " + filePath, e);
throw new BusinessException(ErrorCode.SYSTEM_ERROR,"上传失败"); throw new BusinessException(ErrorCode.SYSTEM_ERROR,"上传失败");
} }

View File

@ -1,4 +1,7 @@
spring: spring:
web:
resources:
static-locations: file:D:\test\images
application: application:
name: school_send_back_end name: school_send_back_end
datasource: datasource:
@ -9,8 +12,11 @@ spring:
# url: jdbc:mysql://localhost:3306/school_send # url: jdbc:mysql://localhost:3306/school_send
# username: root # username: root
# password: 123456 # password: 123456
url: jdbc:mysql://39.101.78.35/school_send # url: jdbc:mysql://39.101.78.35/school_send
username: school_send # username: school_send
# password: 12345678
url: jdbc:mysql://154.8.193.216/xiaokuaisong
username: xiaokuaisong
password: 12345678 password: 12345678
mvc: mvc:
pathmatch: pathmatch: