标签:art boot artifact start star lease dep depend span
<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的启动器,可以帮助导入相关的依赖
标签:art boot artifact start star lease dep depend span
原文地址:https://www.cnblogs.com/lovestart/p/11216014.html