官术网_书友最值得收藏!

Changing the default embedded web server

Embedded HTTP listeners can easily be customized as follows. By default, Spring Boot supports Tomcat, Jetty, and Undertow. In the following example, Tomcat is replaced with Undertow:

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-web</artifactId>
    <exclusions>
        <exclusion>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-tomcat</artifactId>
        </exclusion>
    </exclusions>
</dependency>
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-undertow</artifactId>
</dependency>
主站蜘蛛池模板: 云林县| 获嘉县| 武宣县| 海阳市| 九龙坡区| 高雄县| 贵南县| 年辖:市辖区| 肇庆市| 增城市| 奉贤区| 大城县| 犍为县| 会昌县| 平遥县| 中牟县| 罗田县| 巴林右旗| 疏勒县| 盐源县| 文成县| 积石山| 独山县| 木兰县| 紫金县| 库车县| 平远县| 台州市| 长沙县| 江油市| 琼中| 北安市| 郑州市| 横峰县| 洱源县| 宁河县| 长汀县| 东方市| 蒲江县| 五指山市| 莱西市|