优化打印

This commit is contained in:
mxd
2022-03-19 11:34:28 +08:00
parent 7c0e7db537
commit bbc283db47

View File

@@ -51,7 +51,7 @@ public class ApplicationUriPrinter implements CommandLineRunner {
System.out.printf(
"服务启动成功magic-api已内置启动! Access URLs:" +
"\n\t接口本地地址: \t\t%s" +
"\n\t接口外部访问地址: \t\t%s\n"
"\n\t接口外部地址: \t\t%s\n"
, localUrl
, externUrl
);