diff --git a/.gitignore b/.gitignore index df12c9f7..8e31d777 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,3 @@ target *.log *.log.* -zheng-upms/zheng-upms-server/src/main/webapp/resources/zheng-admin \ No newline at end of file diff --git a/zheng-cms/zheng-cms-admin/src/main/resources/config.properties b/zheng-cms/zheng-cms-admin/src/main/resources/config.properties index ac1847b2..d222682e 100644 --- a/zheng-cms/zheng-cms-admin/src/main/resources/config.properties +++ b/zheng-cms/zheng-cms-admin/src/main/resources/config.properties @@ -1 +1,2 @@ -env=${profile.env} \ No newline at end of file +env=${profile.env} +zheng-admin.version=${zheng-admin.version} \ No newline at end of file diff --git a/zheng-cms/zheng-cms-admin/src/main/resources/profiles/dev.properties b/zheng-cms/zheng-cms-admin/src/main/resources/profiles/dev.properties index a66e9ee5..ac297b3b 100644 --- a/zheng-cms/zheng-cms-admin/src/main/resources/profiles/dev.properties +++ b/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) \ No newline at end of file diff --git a/zheng-cms/zheng-cms-admin/src/main/resources/profiles/prod.properties b/zheng-cms/zheng-cms-admin/src/main/resources/profiles/prod.properties index 8ba8b905..c1d4f565 100644 --- a/zheng-cms/zheng-cms-admin/src/main/resources/profiles/prod.properties +++ b/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) \ No newline at end of file diff --git a/zheng-cms/zheng-cms-admin/src/main/resources/profiles/test.properties b/zheng-cms/zheng-cms-admin/src/main/resources/profiles/test.properties index 874ace69..a902b5e4 100644 --- a/zheng-cms/zheng-cms-admin/src/main/resources/profiles/test.properties +++ b/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) \ No newline at end of file