1234567891011121314151617 |
- dependencies {
- api project(":mybatis-plus-extension")
- implementation "${lib.velocity}"
- implementation "${lib.freemarker}"
- implementation "${lib.beetl}"
- testCompile "${lib.sqlserver}"
- testCompile "${lib.postgresql}"
- testCompile lib.oracle as ConfigurableFileTree
- testCompile lib.dm as ConfigurableFileTree
- testCompile lib.kingbase as ConfigurableFileTree
- testCompile "${lib.h2}"
- testCompile "${lib.mysql}"
- testCompile "${lib.sqlite}"
- testCompile "${lib.'swagger-annotations'}"
- }
|