Spring boot

Posted 酒醉三分醒

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring boot相关的知识,希望对你有一定的参考价值。

1. springboot 项目启动就闪退(解决方案)

   父项目中缺少web依赖:

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

  

以上是关于Spring boot的主要内容,如果未能解决你的问题,请参考以下文章