Wrote implementation for feature of display version

This commit is contained in:
2020-04-09 18:24:46 +08:00
parent 122aef4dd9
commit 66233ee89e

View File

@@ -60,3 +60,8 @@ initrc=${base_home}/.injectrc
- Display application's version on menu
> Get version from app.war like as below
> `unzip -p boss.war META-INF/MANIFEST.MF | grep Implementation-Version: | awk -F ':' '{print $2}'`
> `1.0.0-SNAPSHOT`