BUGFIX:测试环境配置修改
This commit is contained in:
@@ -59,6 +59,7 @@ public class AsyncCallerUtil {
|
||||
} catch (InterruptedException | ExecutionException | BusinessException e) {
|
||||
// 处理异常
|
||||
log.error("发生错误 : " + e);
|
||||
e.printStackTrace();
|
||||
// 取消定时任务
|
||||
assert timeoutTask != null;
|
||||
timeoutTask.cancel(true);
|
||||
|
||||
@@ -51,7 +51,7 @@ spring.servlet.multipart.max-request-size= 5MB
|
||||
access.python.ip=http://18.167.251.121
|
||||
#access.python.ip=http://18.167.251.121:9991/
|
||||
#access.python.port=9992
|
||||
access.python.port=9990
|
||||
access.python.port=9991
|
||||
|
||||
# minIO服务配置之信息
|
||||
minio.endpoint=https://www.minio.aida.com.hk:9000
|
||||
|
||||
Reference in New Issue
Block a user