spring启动一下就停止了。
这个问题比较简单,百度了下,还是有些人问,记录下吧。文章来源:https://www.toymoban.com/news/detail-596048.html
是因为没有引入spring-boot-starter-web包,或者该包没有生效。
有时spring-boot-starter-parent版本不对,就可能没生效,写明version版本再试下。文章来源地址https://www.toymoban.com/news/detail-596048.html
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>1.3.0.RELEASE</version>
</dependency>
到了这里,关于spring启动一下就停止了的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!