SpringBoot2.0.0 gradle项目整合undert
2018-05-07 本文已影响0人
fengshunli
subprojects {
configurations {
compile.excludegroup:'org.springframework.boot',module:'spring-boot-starter-tomcat'
}
dependencies{
compile ('org.springframework.boot:spring-boot-starter-undertow')
}
}