美文网首页
SpringBoot2.0.0 gradle项目整合undert

SpringBoot2.0.0 gradle项目整合undert

作者: fengshunli | 来源:发表于2018-05-07 11:51 被阅读0次

    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