build.gradle 267 B

123456
  1. dependencies {
  2. compileOnly rootProject.ext.dependencies["mybatis-spring"]
  3. compileOnly rootProject.ext.dependencies["mybatis"]
  4. compileOnly rootProject.ext.dependencies["spring-context-support"]
  5. compileOnly rootProject.ext.dependencies["spring-jdbc"]
  6. }