配置zheng-ui静态资源路径
This commit is contained in:
parent
6e36839804
commit
a28d15877c
|
@ -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,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,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,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,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,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,2 @@
|
|||
env=${profile.env}
|
||||
env=${profile.env}
|
||||
zheng-ui.path=${zheng-ui.path}
|
|
@ -1 +1,2 @@
|
|||
profile.env=dev
|
||||
profile.env=dev
|
||||
zheng-ui.path=http://ui.zhangshuzheng.cn:1000
|
|
@ -1 +1,2 @@
|
|||
profile.env=pre
|
||||
profile.env=pre
|
||||
zheng-ui.path=http://ui.zhangshuzheng.cn:1000
|
|
@ -1 +1,2 @@
|
|||
profile.env=prod
|
||||
profile.env=prod
|
||||
zheng-ui.path=http://ui.zhangshuzheng.cn:1000
|
|
@ -1 +1,2 @@
|
|||
profile.env=test
|
||||
profile.env=test
|
||||
zheng-ui.path=http://ui.zhangshuzheng.cn:1000
|
Loading…
Reference in New Issue