فهرست منبع

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

miemie 7 سال پیش
والد
کامیت
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"]