springboot基础(随笔)

Posted lovestart

tags:

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

  <parent>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-dependencies</artifactId>
    <version>2.1.6.RELEASE</version>
    <relativePath>../../spring-boot-dependencies</relativePath>
  </parent>

springboot 的版本管理器

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

springboot的启动器,可以帮助导入相关的依赖

 

以上是关于springboot基础(随笔)的主要内容,如果未能解决你的问题,请参考以下文章