build.gradle 436 B

1234567891011121314
  1. dependencies {
  2. api project(":mybatis-plus-extension")
  3. implementation lib.velocity as String
  4. implementation lib.freemarker as String
  5. implementation lib.beetl as String
  6. testCompile lib.sqlserver as String
  7. testCompile lib.postgresql as String
  8. testCompile lib.oracle as ConfigurableFileTree
  9. testCompile lib.h2 as String
  10. testCompile lib.mysql as String
  11. testCompile lib."logback-classic" as String
  12. }