文件上传优化
This commit is contained in:
parent
c761a84991
commit
ca389f65d5
|
@ -14,7 +14,7 @@ public interface FileConstant {
|
||||||
/**
|
/**
|
||||||
* 服务器访问地址
|
* 服务器访问地址
|
||||||
*/
|
*/
|
||||||
String SERVER_HOST = "http://39.101.78.35/images";
|
String SERVER_HOST = "154.8.193.216:9494";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 服务器上传路径
|
* 服务器上传路径
|
||||||
|
|
|
@ -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,"上传失败");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user