Chunk huge responses (#292)

This commit is contained in:
KirillPamPam
2023-08-30 15:56:50 +04:00
committed by GitHub
parent 04acc7f3bf
commit b43d282cac
11 changed files with 515 additions and 13 deletions

View File

@@ -111,6 +111,7 @@ dependencies {
testImplementation libs.groovy
testImplementation libs.bundles.testcontainers
testImplementation libs.bundles.junit
testImplementation libs.mockito.kotlin
testImplementation(libs.spring.boot.starter.test) {
exclude module: 'spring-boot-starter-logging'