فهرست منبع

修改compileOnly为optional

nieqiurong@163.com 7 سال پیش
والد
کامیت
76ffceb6fb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      mybatis-plus-boot-starter/build.gradle

+ 1 - 1
mybatis-plus-boot-starter/build.gradle

@@ -2,5 +2,5 @@ dependencies {
     compile project(":mybatis-plus")
     compile rootProject.ext.dependencies["springboot-autoconfigure"]
     compile rootProject.ext.dependencies["springboot-starter-jdbc"]
-    compileOnly rootProject.ext.dependencies["springboot-configuration-processor"]
+    optional rootProject.ext.dependencies["springboot-configuration-processor"]
 }