启动之后无法访问是不是少了那些配置
:: 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)