配置zheng-ui静态资源路径

This commit is contained in:
shuzheng 2017-05-02 22:59:10 +08:00
parent 6e36839804
commit a28d15877c
11 changed files with 16 additions and 11 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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

View File

@ -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

View File

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

View File

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

View File

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

View File

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

View File

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