【file】修改一个常量错字

pull/3/head
fengshuonan 2020-12-27 22:33:47 +08:00
parent 0479b679e3
commit 4ff7d912f3
1 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@ public interface FileConstants {
String DEFAULT_BUCKET_NAME = "defaultBucket"; String DEFAULT_BUCKET_NAME = "defaultBucket";
/** /**
* SYS_SERVER_DEPLOY_HOST * SYS_SERVER_DEPLOY_HOST
*/ */
String DEFAULT_SERVER_DEPLOY_HOST = "http://localhost"; String DEFAULT_SERVER_DEPLOY_HOST = "http://localhost:8080";
/** /**
* *