Browse Source

add javax.annotation-api

nieqiuqiu 5 năm trước cách đây
mục cha
commit
275598a243
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      mybatis-plus/build.gradle

+ 2 - 0
mybatis-plus/build.gradle

@@ -23,4 +23,6 @@ dependencies {
 
     testCompile "${lib.'spring-context-support'}"
     testCompile "${lib.'spring-jdbc'}"
+    testCompile 'javax.annotation:javax.annotation-api:1.3.2'
+
 }