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