// 全量 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}" }