diff --git a/servers/boe-server-task/src/main/resources/application-pro.properties b/servers/boe-server-task/src/main/resources/application-pro.properties index d784cabd..7c8b4fd4 100644 --- a/servers/boe-server-task/src/main/resources/application-pro.properties +++ b/servers/boe-server-task/src/main/resources/application-pro.properties @@ -29,11 +29,10 @@ xboe.api.cross_filter=true ## 上传相磁的路径配置 xboe.upload.file.temp_path=E:/Projects/BOE/java/static/temp xboe.upload.file.save_path=E:/Projects/BOE/java/static/upload -xboe.upload.file.http_path=http://u-pre.boe.com:9090/cdn/upload +xboe.upload.file.http_path=http://localhost:9090/cdn/upload ## 外部接口调用地址 旧系统机构及用户数据接口 -xboe.externalinterface.url.system=http://u-pre.boe.com:9091 - +xboe.externalinterface.url.system=http://localhost:9091 #加密盐 #jasypt.encryptor.password=jasypt jasypt.encryptor.algorithm=PBEWithMD5AndDES