// 全量 copy 自 mybatis 的 mybatis-spring-boot-starter-test dependencies { api(project(":mybatis-plus-boot-starter")) implementation(enforcedPlatform("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") implementation("${lib.'junit-jupiter-api'}") testImplementation("${lib.h2}") }