Sfoglia il codice sorgente

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

shuzheng 9 anni fa
parent
commit
707b1aa13e

+ 0 - 1
.gitignore

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

+ 2 - 1
zheng-cms/zheng-cms-admin/src/main/resources/config.properties

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

+ 1 - 0
zheng-cms/zheng-cms-admin/src/main/resources/profiles/dev.properties

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

+ 1 - 0
zheng-cms/zheng-cms-admin/src/main/resources/profiles/prod.properties

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

+ 1 - 0
zheng-cms/zheng-cms-admin/src/main/resources/profiles/test.properties

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