🚧 Create disposable generator result & include cli output in Logging

This commit is contained in:
Magnus Leßmann (@MarkL4YG) 2024-11-10 21:10:24 +01:00
parent 1671fe29ca
commit 637d94e846
Signed by: Mark.TwoFive
GPG key ID: 5B5EBCBE331F1E6F
6 changed files with 97 additions and 29 deletions

View file

@ -29,7 +29,8 @@ repositories {
}
dependencies {
implementation("org.apache.commons:commons-lang3:3.17.0")
implementation("org.zeroturnaround:zt-exec:1.12")
implementation("org.apache.commons:commons-lang3:3.17.0")
implementation("org.springframework.boot:spring-boot-autoconfigure")
implementation("org.springframework.boot:spring-boot-starter-jdbc")
@ -54,4 +55,5 @@ dependencies {
tasks.withType<Test> {
useJUnitPlatform()
testLogging.showStandardStreams = true
}