启动之后无法访问是不是少了那些配置

来源:2-1 Spring Boot 环境准备

qianktyler

2020-02-27 14:15

 :: Spring Boot ::        (v2.2.4.RELEASE)


2020-02-27 14:14:30.081  INFO 10432 --- [           main] com.springboot.demo.DemoApplication      : Starting DemoApplication on LAPTOP-6QC9PGKB with PID 10432 (D:\idea\ideawork\demo\target\classes started by f4qiankehua in D:\idea\ideawork\demo)

2020-02-27 14:14:30.086  INFO 10432 --- [           main] com.springboot.demo.DemoApplication      : No active profile set, falling back to default profiles: default

2020-02-27 14:14:32.154  INFO 10432 --- [           main] o.s.b.web.embedded.netty.NettyWebServer  : Netty started on port(s): 8080

2020-02-27 14:14:32.157  INFO 10432 --- [           main] com.springboot.demo.DemoApplication      : Started DemoApplication in 2.572 seconds (JVM running for 3.07)


写回答 关注

1回答

  • Zssaer1
    2020-09-06 17:37:51

    显示启动成功了,这个项目本身没有页面

Spring Boot 2.0深度实践-初遇Spring Boot

Spring Boot 2.x/Web Flux/多模块化项目实践

75471 学习 · 212 问题

查看课程

相似问题