tomcat 不自动下载

来源:3-2 实战集成tomcat服务器

宝慕林6455839

2020-02-17 15:55

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没有自动下载?

写回答 关注

2回答

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

    gradle build  一下就自动下载了

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

    请问这个问题解决了吗?

仅需2小时 手写MINI Spring MVC框架

手写SpringMVC,剑指优秀开源框架灵魂

1670 学习 · 22 问题

查看课程

相似问题