AlphaWu
2023-08-20 b5ccb1636fc0efb0ea9d87c38995fee14cfd45d3
src/main/java/com/genersoft/iot/vmp/utils/GitUtil.java
old mode 100644 new mode 100755
@@ -13,7 +13,7 @@
    @Value("${git.branch:}")
    private String branch;
    @Value("${git.commit.id.abbrev:}")
    @Value("${git.commit.id:}")
    private String gitCommitId;
    @Value("${git.remote.origin.url:}")
    private String gitUrl;