🚧 Create disposable generator result & include cli output in Logging
This commit is contained in:
parent
8f198f944e
commit
24a4e32855
6 changed files with 97 additions and 29 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue