SpringBoot2.0.0 gradle项目整合undertow

subprojects {

configurations {

compile.excludegroup:’org.springframework.boot’,module:’spring-boot-starter-tomcat’

}

dependencies{

compile (‘org.springframework.boot:spring-boot-starter-undertow’)

}

}

你可能感兴趣的:(java)