build.gradle 280 B

123456
  1. dependencies {
  2. compile project(":mybatis-plus")
  3. compile rootProject.ext.dependencies["springboot-autoconfigure"]
  4. compile rootProject.ext.dependencies["springboot-starter-jdbc"]
  5. compile rootProject.ext.dependencies["springboot-configuration-processor"], optional
  6. }