!76 初始化文件配置

Merge pull request !76 from wang/wangquan
pull/78/head
stylefeng 2021-08-01 13:22:18 +00:00 committed by Gitee
commit f2b1a45b46
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ public class GunsApplication {
public static void main(String[] args) { public static void main(String[] args) {
SpringApplication.run(GunsApplication.class, args); SpringApplication.run(GunsApplication.class, args);
log.info(GunsApplication.class.getSimpleName() + " is success!"); log.info(GunsApplication.class.getSimpleName() + " is success!");
log.info("http://localhost:8080");
} }
} }