2023-09-13 16:23:30 +08:00

12 lines
530 B
Groovy

// 全量 copy 自 mybatis 的 mybatis-spring-boot-starter-test
dependencies {
api project(":spring-boot-starter:mybatis-plus-boot-starter")
api project(":spring-boot-starter:mybatis-plus-spring-boot-test-autoconfigure")
implementation platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")
api "org.springframework.boot:spring-boot-autoconfigure"
api "org.springframework.boot:spring-boot-starter-test"
api "org.springframework:spring-tx"
testImplementation "${lib.h2}"
}