Spring-boot:如何" spring-boot-starter-tomcat"包括在内呢?

时间:2017-11-27 13:40:51

标签: maven spring-boot pom.xml

有一个spring-boot网络项目,在pom.xml中,有以下几行:

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

似乎spring-boot-starter-tomcat是来自<dependencyManagement>的{​​{1}}的一部分。

但是,来自spring-boot-starter-web的依赖项仅定义了版本,但默认情况下不会包含它,对吧?

如果是,那么哪个部分触发<dependencyManagement>实际包含在依赖项中,因为我没有明确地这样做?

0 个答案:

没有答案