问答详情
源自:3-2 实战集成tomcat服务器

tomcat 不自动下载

plugins {
    id 'java'
}

sourceCompatibility = 1.8

repositories {
    mavenCentral()
}

dependencies {
    testCompile group: 'junit', name: 'junit', version: '4.12'
    //https://mvnrepository.com/artifact/org.apache.tomcat.embed/tomcat-embed-core
    compile group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '8.5.23'
}


在向 framework下的 build.gradle添加了Tomcat时,tomcat没有自动下载?

提问者:宝慕林6455839 2020-02-17 15:55

个回答

  • 慕无忌8511297
    2021-08-20 17:37:06

    gradle build  一下就自动下载了

  • weixin_慕标5557677
    2020-02-27 09:16:42

    请问这个问题解决了吗?