Skip to content

Commit

Permalink
xx
Browse files Browse the repository at this point in the history
  • Loading branch information
shuigedeng committed Oct 12, 2024
1 parent f6c66fc commit 27d1785
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions taotao-cloud-ddd-assembly/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,15 @@ dependencies {
implementation project(":taotao-cloud-ddd-infrastructure")
implementation project(":taotao-cloud-ddd-common")

//developmentOnly "org.springframework.boot:spring-boot-devtools"
developmentOnly "org.springframework.boot:spring-boot-devtools"
//developmentOnly "org.springframework.boot:spring-boot-docker-compose"

// testImplementation 'org.springframework.boot:spring-boot-starter-test'
// testImplementation 'org.springframework.boot:spring-boot-testcontainers'
// testImplementation 'org.testcontainers:junit-jupiter'
// testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

testImplementation("io.github.shuigedeng:taotao-boot-starter-test") {
exclude group: "org.mybatis.spring.boot", module: "mybatis-spring-boot-starter-test"
exclude group: "com.baomidou", module: "mybatis-plus-spring-boot3-starter-test"
}
testImplementation("io.github.shuigedeng:taotao-boot-starter-test")

testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}
Expand Down

0 comments on commit 27d1785

Please sign in to comment.