瀏覽代碼

Merge remote-tracking branch 'origin/master'

shuzheng 9 年之前
父節點
當前提交
8be762c083

+ 1 - 1
zheng-cms/zheng-cms-web/src/main/resources/profiles/dev.properties

@@ -1,5 +1,5 @@
 app.name=zheng-cms-web
 profile.env=dev
-zheng-ui.path=http://ui.zhangshuzheng.cn:1000
+zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
 ### activeMq
 AvtiveMQ.brokerURL=failover:(tcp://127.0.0.1:61616?wireFormat.maxInactivityDuration=0)

+ 1 - 1
zheng-cms/zheng-cms-web/src/main/resources/profiles/prod.properties

@@ -1,5 +1,5 @@
 app.name=zheng-cms-web
 profile.env=prod
-zheng-ui.path=http://ui.zhangshuzheng.cn:1000
+zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
 ### activeMq
 AvtiveMQ.brokerURL=failover:(tcp://127.0.0.1:61616?wireFormat.maxInactivityDuration=0)

+ 1 - 1
zheng-cms/zheng-cms-web/src/main/resources/profiles/test.properties

@@ -1,5 +1,5 @@
 app.name=zheng-cms-web
 profile.env=test
-zheng-ui.path=http://ui.zhangshuzheng.cn:1000
+zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
 ### activeMq
 AvtiveMQ.brokerURL=failover:(tcp://127.0.0.1:61616?wireFormat.maxInactivityDuration=0)

+ 1 - 1
zheng-demo/zheng-demo-web/src/main/resources/profiles/dev.properties

@@ -1,4 +1,4 @@
 app.name=zheng-demo
 profile.env=dev
 zheng-admin.version=1.0.0
-zheng-ui.path=http://ui.zhangshuzheng.cn:1000
+zheng-ui.path=http://ui.zhangshuzheng.cn:1000/

+ 1 - 1
zheng-demo/zheng-demo-web/src/main/resources/profiles/test.properties

@@ -1,4 +1,4 @@
 app.name=zheng-demo
 profile.env=test
 zheng-admin.version=1.0.0
-zheng-ui.path=http://ui.zhangshuzheng.cn:1000
+zheng-ui.path=http://ui.zhangshuzheng.cn:1000/

+ 1 - 1
zheng-ucenter/zheng-ucenter-web/src/main/resources/profiles/dev.properties

@@ -1,3 +1,3 @@
 profile.env=dev
 app.name=zheng-ucenter-web
-zheng-ui.path=http://ui.zhangshuzheng.cn:1000
+zheng-ui.path=http://ui.zhangshuzheng.cn:1000/

+ 1 - 1
zheng-ucenter/zheng-ucenter-web/src/main/resources/profiles/prod.properties

@@ -1,3 +1,3 @@
 profile.env=prod
 app.name=zheng-ucenter-web
-zheng-ui.path=http://ui.zhangshuzheng.cn:1000
+zheng-ui.path=http://ui.zhangshuzheng.cn:1000/

+ 1 - 1
zheng-ucenter/zheng-ucenter-web/src/main/resources/profiles/test.properties

@@ -1,3 +1,3 @@
 profile.env=test
 app.name=zheng-ucenter-web
-zheng-ui.path=http://ui.zhangshuzheng.cn:1000
+zheng-ui.path=http://ui.zhangshuzheng.cn:1000/