You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by me...@apache.org on 2020/07/31 04:15:29 UTC

[shardingsphere-elasticjob-ui] branch master updated: Change port to 8080

This is an automated email from the ASF dual-hosted git repository.

menghaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new b19e993  Change port to 8080
     new 7de4735  Merge pull request #31 from menghaoranss/issue1300
b19e993 is described below

commit b19e99382c9ae655fd90c3d3e7d9c63e859aae30
Author: menghaoranss <lo...@163.com>
AuthorDate: Fri Jul 31 12:13:09 2020 +0800

    Change port to 8080
---
 .../src/main/resources/application.properties                           | 2 +-
 .../src/main/resources/application.properties                           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-cloud-ui-bin-distribution/src/main/resources/application.properties b/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-cloud-ui-bin-distribution/src/main/resources/application.properties
index 0edc8f3..5051dde 100644
--- a/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-cloud-ui-bin-distribution/src/main/resources/application.properties
+++ b/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-cloud-ui-bin-distribution/src/main/resources/application.properties
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-server.port=8899
+server.port=8080
 
 auth.root_username=root
 auth.root_password=root
diff --git a/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-lite-ui-bin-distribution/src/main/resources/application.properties b/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-lite-ui-bin-distribution/src/main/resources/application.properties
index 311c996..5cfc474 100644
--- a/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-lite-ui-bin-distribution/src/main/resources/application.properties
+++ b/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-lite-ui-bin-distribution/src/main/resources/application.properties
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-server.port=8899
+server.port=8080
 
 auth.root_username=root
 auth.root_password=root