add work monitoring scheme

This commit is contained in:
2026-06-11 11:07:34 +07:00
parent d6504e4b5d
commit 76b678460a
8 changed files with 313 additions and 15 deletions
+5
View File
@@ -42,6 +42,11 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-thymeleaf-test'
testImplementation 'org.springframework.boot:spring-boot-starter-validation-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.0'
implementation 'tools.jackson.core:jackson-core:3.0.3'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.17.2'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.12.0'
}
tasks.named('test') {