Browse Source

配置zheng-ui静态资源路径

shuzheng 9 years ago
parent
commit
a28d15877c

+ 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/pre.properties

@@ -1,5 +1,5 @@
 app.name=zheng-cms-web
 profile.env=pre
-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

+ 2 - 1
zheng-ucenter/zheng-ucenter-web/src/main/resources/config.properties

@@ -1 +1,2 @@
-env=${profile.env}
+env=${profile.env}
+zheng-ui.path=${zheng-ui.path}

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

@@ -1 +1,2 @@
-profile.env=dev
+profile.env=dev
+zheng-ui.path=http://ui.zhangshuzheng.cn:1000

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

@@ -1 +1,2 @@
-profile.env=pre
+profile.env=pre
+zheng-ui.path=http://ui.zhangshuzheng.cn:1000

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

@@ -1 +1,2 @@
-profile.env=prod
+profile.env=prod
+zheng-ui.path=http://ui.zhangshuzheng.cn:1000

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

@@ -1 +1,2 @@
-profile.env=test
+profile.env=test
+zheng-ui.path=http://ui.zhangshuzheng.cn:1000