mirror of https://gitee.com/stylefeng/guns
初始配置更改
parent
69dbc7964e
commit
d83f6f11e7
|
@ -19,6 +19,7 @@ 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