各服务增加自己的app.name
This commit is contained in:
parent
912ebbeba2
commit
da347c76dc
|
@ -1 +1,2 @@
|
||||||
|
app.name=${app.name}
|
||||||
env=${profile.env}
|
env=${profile.env}
|
|
@ -1 +1,2 @@
|
||||||
|
app.name=zheng-api-rpc-service
|
||||||
profile.env=dev
|
profile.env=dev
|
|
@ -1 +1,2 @@
|
||||||
|
app.name=zheng-api-rpc-service
|
||||||
profile.env=pre
|
profile.env=pre
|
|
@ -1 +1,2 @@
|
||||||
|
app.name=zheng-api-rpc-service
|
||||||
profile.env=prod
|
profile.env=prod
|
|
@ -1 +1,2 @@
|
||||||
|
app.name=zheng-api-rpc-service
|
||||||
profile.env=test
|
profile.env=test
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=${app.name}
|
||||||
env=${profile.env}
|
env=${profile.env}
|
||||||
zheng-ui.version=${zheng-ui.version}
|
zheng-ui.version=${zheng-ui.version}
|
||||||
### activeMq
|
### activeMq
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=zheng-api-server
|
||||||
profile.env=dev
|
profile.env=dev
|
||||||
zheng-ui.version=1.0.0
|
zheng-ui.version=1.0.0
|
||||||
### activeMq
|
### activeMq
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=zheng-api-server
|
||||||
profile.env=pre
|
profile.env=pre
|
||||||
zheng-ui.version=1.0.0
|
zheng-ui.version=1.0.0
|
||||||
### activeMq
|
### activeMq
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=zheng-api-server
|
||||||
profile.env=prod
|
profile.env=prod
|
||||||
zheng-ui.version=1.0.0
|
zheng-ui.version=1.0.0
|
||||||
### activeMq
|
### activeMq
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=zheng-api-server
|
||||||
profile.env=test
|
profile.env=test
|
||||||
zheng-ui.version=1.0.0
|
zheng-ui.version=1.0.0
|
||||||
### activeMq
|
### activeMq
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=${app.name}
|
||||||
env=${profile.env}
|
env=${profile.env}
|
||||||
zheng-ui.version=${zheng-ui.version}
|
zheng-ui.version=${zheng-ui.version}
|
||||||
zheng-ui.path=${zheng-ui.path}
|
zheng-ui.path=${zheng-ui.path}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=zheng-cms-admin
|
||||||
profile.env=dev
|
profile.env=dev
|
||||||
zheng-ui.version=1.0.0
|
zheng-ui.version=1.0.0
|
||||||
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=zheng-cms-admin
|
||||||
profile.env=pre
|
profile.env=pre
|
||||||
zheng-ui.version=1.0.0
|
zheng-ui.version=1.0.0
|
||||||
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=zheng-cms-admin
|
||||||
profile.env=prod
|
profile.env=prod
|
||||||
zheng-ui.version=1.0.0
|
zheng-ui.version=1.0.0
|
||||||
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=zheng-cms-admin
|
||||||
profile.env=test
|
profile.env=test
|
||||||
zheng-ui.version=1.0.0
|
zheng-ui.version=1.0.0
|
||||||
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
||||||
|
|
|
@ -1 +1,4 @@
|
||||||
env=${profile.env}
|
app.name=${app.name}
|
||||||
|
env=${profile.env}
|
||||||
|
### activeMq
|
||||||
|
AvtiveMQ.brokerURL=${AvtiveMQ.brokerURL}
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=zheng-cms-job
|
||||||
profile.env=dev
|
profile.env=dev
|
||||||
### activeMq
|
### activeMq
|
||||||
AvtiveMQ.brokerURL=failover:(tcp://127.0.0.1:61616?wireFormat.maxInactivityDuration=0)
|
AvtiveMQ.brokerURL=failover:(tcp://127.0.0.1:61616?wireFormat.maxInactivityDuration=0)
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=zheng-cms-job
|
||||||
profile.env=pre
|
profile.env=pre
|
||||||
### activeMq
|
### activeMq
|
||||||
AvtiveMQ.brokerURL=failover:(tcp://127.0.0.1:61616?wireFormat.maxInactivityDuration=0)
|
AvtiveMQ.brokerURL=failover:(tcp://127.0.0.1:61616?wireFormat.maxInactivityDuration=0)
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=zheng-cms-job
|
||||||
profile.env=prod
|
profile.env=prod
|
||||||
### activeMq
|
### activeMq
|
||||||
AvtiveMQ.brokerURL=failover:(tcp://127.0.0.1:61616?wireFormat.maxInactivityDuration=0)
|
AvtiveMQ.brokerURL=failover:(tcp://127.0.0.1:61616?wireFormat.maxInactivityDuration=0)
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=zheng-cms-job
|
||||||
profile.env=test
|
profile.env=test
|
||||||
### activeMq
|
### activeMq
|
||||||
AvtiveMQ.brokerURL=failover:(tcp://127.0.0.1:61616?wireFormat.maxInactivityDuration=0)
|
AvtiveMQ.brokerURL=failover:(tcp://127.0.0.1:61616?wireFormat.maxInactivityDuration=0)
|
|
@ -1 +1,2 @@
|
||||||
|
app.name=${app.name}
|
||||||
env=${profile.env}
|
env=${profile.env}
|
|
@ -1 +1,2 @@
|
||||||
|
app.name=zheng-cms-rpc-service
|
||||||
profile.env=dev
|
profile.env=dev
|
|
@ -1 +1,2 @@
|
||||||
|
app.name=zheng-cms-rpc-service
|
||||||
profile.env=pre
|
profile.env=pre
|
|
@ -1 +1,2 @@
|
||||||
|
app.name=zheng-cms-rpc-service
|
||||||
profile.env=prod
|
profile.env=prod
|
|
@ -1 +1,2 @@
|
||||||
|
app.name=zheng-cms-rpc-service
|
||||||
profile.env=test
|
profile.env=test
|
|
@ -1 +1,2 @@
|
||||||
|
app.name=${app.name}
|
||||||
env=${profile.env}
|
env=${profile.env}
|
|
@ -1 +1,2 @@
|
||||||
|
app.name=zheng-cms-search
|
||||||
profile.env=dev
|
profile.env=dev
|
|
@ -1 +1,2 @@
|
||||||
|
app.name=zheng-cms-search
|
||||||
profile.env=pre
|
profile.env=pre
|
|
@ -1 +1,2 @@
|
||||||
|
app.name=zheng-cms-search
|
||||||
profile.env=prod
|
profile.env=prod
|
|
@ -1 +1,2 @@
|
||||||
|
app.name=zheng-cms-search
|
||||||
profile.env=test
|
profile.env=test
|
|
@ -1,3 +1,5 @@
|
||||||
|
app.name=${app.name}
|
||||||
env=${profile.env}
|
env=${profile.env}
|
||||||
zheng-ui.path=${zheng-ui.path}
|
zheng-ui.path=${zheng-ui.path}
|
||||||
ehcache.name=zheng-cms-ehcache
|
### activeMq
|
||||||
|
AvtiveMQ.brokerURL=${AvtiveMQ.brokerURL}
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=zheng-cms-web
|
||||||
profile.env=dev
|
profile.env=dev
|
||||||
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
||||||
### activeMq
|
### activeMq
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=zheng-cms-web
|
||||||
profile.env=pre
|
profile.env=pre
|
||||||
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
||||||
### activeMq
|
### activeMq
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=zheng-cms-web
|
||||||
profile.env=prod
|
profile.env=prod
|
||||||
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
||||||
### activeMq
|
### activeMq
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=zheng-cms-web
|
||||||
profile.env=test
|
profile.env=test
|
||||||
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
||||||
### activeMq
|
### activeMq
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
|
app.name=${app.name}
|
||||||
env=${profile.env}
|
env=${profile.env}
|
|
@ -1 +1,2 @@
|
||||||
|
app.name=zheng-upms-rpc-service
|
||||||
profile.env=dev
|
profile.env=dev
|
|
@ -1 +1,2 @@
|
||||||
|
app.name=zheng-upms-rpc-service
|
||||||
profile.env=pre
|
profile.env=pre
|
|
@ -1 +1,2 @@
|
||||||
|
app.name=zheng-upms-rpc-service
|
||||||
profile.env=prod
|
profile.env=prod
|
|
@ -1 +1,2 @@
|
||||||
|
app.name=zheng-upms-rpc-service
|
||||||
profile.env=test
|
profile.env=test
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=${app.name}
|
||||||
env=${profile.env}
|
env=${profile.env}
|
||||||
zheng-ui.path=${zheng-ui.path}
|
zheng-ui.path=${zheng-ui.path}
|
||||||
zheng-ui.version=${zheng-ui.version}
|
zheng-ui.version=${zheng-ui.version}
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=zheng-upms-server
|
||||||
profile.env=dev
|
profile.env=dev
|
||||||
zheng-ui.version=1.0.0
|
zheng-ui.version=1.0.0
|
||||||
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=zheng-upms-server
|
||||||
profile.env=pre
|
profile.env=pre
|
||||||
zheng-ui.version=1.0.0
|
zheng-ui.version=1.0.0
|
||||||
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=zheng-upms-server
|
||||||
profile.env=prod
|
profile.env=prod
|
||||||
zheng-ui.version=1.0.0
|
zheng-ui.version=1.0.0
|
||||||
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
|
@ -1,3 +1,4 @@
|
||||||
|
app.name=zheng-upms-server
|
||||||
profile.env=test
|
profile.env=test
|
||||||
zheng-ui.version=1.0.0
|
zheng-ui.version=1.0.0
|
||||||
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
zheng-ui.path=http://ui.zhangshuzheng.cn:1000/
|
Loading…
Reference in New Issue