mirror of https://gitee.com/stylefeng/guns
commit
f2b1a45b46
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue