宝慕林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没有自动下载?
gradle build 一下就自动下载了
请问这个问题解决了吗?
仅需2小时 手写MINI Spring MVC框架
1670 学习 · 22 问题
相似问题