subprojects {
configurations {
compile.excludegroup:'org.springframework.boot',module:'spring-boot-starter-tomcat'
}
dependencies{
compile ('org.springframework.boot:spring-boot-starter-undertow')
}
}
subprojects {
configurations {
compile.excludegroup:'org.springframework.boot',module:'spring-boot-starter-tomcat'
}
dependencies{
compile ('org.springframework.boot:spring-boot-starter-undertow')
}
}
本文标题:SpringBoot2.0.0 gradle项目整合undert
本文链接:https://www.haomeiwen.com/subject/tipmrftx.html
网友评论