build.gradle 272 B

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