加入zheng-cms-admin依赖zheng-admin版本配置

This commit is contained in:
shuzheng 2017-01-12 22:00:34 +08:00
parent 234e56a02b
commit 707b1aa13e
5 changed files with 5 additions and 2 deletions

1
.gitignore vendored
View File

@ -3,4 +3,3 @@
target
*.log
*.log.*
zheng-upms/zheng-upms-server/src/main/webapp/resources/zheng-admin

View File

@ -1 +1,2 @@
env=${profile.env}
env=${profile.env}
zheng-admin.version=${zheng-admin.version}

View File

@ -1,3 +1,4 @@
profile.env=dev
zheng-admin.version=1.0.0
### activeMq
AvtiveMQ.brokerURL=failover:(tcp://127.0.0.1:61616?wireFormat.maxInactivityDuration=0)

View File

@ -1,3 +1,4 @@
profile.env=prod
zheng-admin.version=1.0.0
### activeMq
AvtiveMQ.brokerURL=failover:(tcp://127.0.0.1:61616?wireFormat.maxInactivityDuration=0)

View File

@ -1,3 +1,4 @@
profile.env=test
zheng-admin.version=1.0.0
### activeMq
AvtiveMQ.brokerURL=failover:(tcp://127.0.0.1:61616?wireFormat.maxInactivityDuration=0)