build.gradle 314 B

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