Просмотр исходного кода

调整 build.gradle(是谁手滑了)

miemie 7 лет назад
Родитель
Сommit
e8a328db0a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      mybatis-plus/build.gradle

+ 1 - 1
mybatis-plus/build.gradle

@@ -3,7 +3,7 @@ dependencies {
     compile project(":mybatis-plus-generator")
     compile project(":mybatis-plus-adapter")
 
-    testCompile 'org.springframework:spring-webL:4.3.5.RELEASE'
+    testCompile 'org.springframework:spring-web:4.3.5.RELEASE'
     testCompile 'javax.servlet:servlet-api:2.5'
 
     testCompile rootProject.ext.dependencies["spring-test"]