SpringBoot | 启动异常 | 显示bulid success 无 error信息

    

    可能原因是没有添加 web 依赖,检查pom里面是否有web

    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-web</artifactId>
    </dependency>

 

posted @ 2018-11-15 20:54  听说这是最长的名字了  阅读(367)  评论(0编辑  收藏  举报