mirror of https://gitee.com/stylefeng/guns
【7.1.6】删除没用打印
parent
937bd6691b
commit
ce1b7ef85e
|
@ -19,7 +19,6 @@ public class GunsApplication {
|
|||
public static void main(String[] args) {
|
||||
SpringApplication.run(GunsApplication.class, args);
|
||||
log.info(GunsApplication.class.getSimpleName() + " is success!");
|
||||
log.info("http://localhost:8080");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue