Skip to content

Commit 9d7b521

Browse files
committed
修改banner描述
1 parent cc6508a commit 9d7b521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zlt-commons/zlt-common-core/src/main/java/com/central/common/config/BannerInitializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public void initialize(ConfigurableApplicationContext applicationContext) {
2222
if (!(applicationContext instanceof AnnotationConfigApplicationContext)) {
2323
LogoBanner logoBanner = new LogoBanner(BannerInitializer.class, "/zltmp/logo.txt", "Welcome to zlt", 5, 6, new Color[5], true);
2424
CustomBanner.show(logoBanner, new Description(BannerConstant.VERSION + ":", CommonConstant.PROJECT_VERSION, 0, 1)
25-
, new Description("Gitee:", "https://gitee.com/zlt2000/microservices-platform", 0, 1)
25+
, new Description("Github:", "https://github.com/zlt2000", 0, 1)
2626
, new Description("Blog:", "https://zlt2000.gitee.io", 0, 1)
2727
);
2828
}

0 commit comments

Comments
 (0)