如何排除spring boot 内嵌的tomcat 使用undertow 作为服务器


    org.springframework.boot
    spring-boot-starter-web
    
    
        
            org.springframework.boot
            spring-boot-starter-tomcat
        
    



    org.springframework.boot
    spring-boot-starter-undertow

你可能感兴趣的:(spring,boot,tomcat,服务器)