scope里面还有import这个是干什么的
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.2.1.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
老师,我想问一下scope这个import什么意思,以及type的含义,貌似你没有讲到,谢谢老师