首页改造完成,添加系统信息

This commit is contained in:
648540858
2022-10-24 18:14:31 +08:00
parent ca891f367c
commit 958474c646
7 changed files with 156 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ public class GitUtil {
@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;