1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-01 22:22:53 +00:00

feat #24: use htmx to refresh connection status every 20s

This commit is contained in:
2024-01-17 12:26:46 +01:00
parent c4eb4d0fe2
commit 45ad5e8827
4 changed files with 29 additions and 18 deletions

View File

@ -20,6 +20,7 @@ var versions = mapOf(
"mockito-kotlin" to "5.2.1",
// Webjars
"echarts" to "5.4.3",
"htmx.org" to "1.9.10"
)
java {
@ -70,6 +71,7 @@ dependencies {
implementation("com.jayway.jsonpath:json-path")
implementation("org.webjars:webjars-locator:0.50")
implementation("org.webjars.npm:echarts:${versions["echarts"]}")
implementation("org.webjars.npm:htmx.org:${versions["htmx.org"]}")
runtimeOnly("org.mariadb.jdbc:mariadb-java-client")
runtimeOnly("org.postgresql:postgresql")
developmentOnly("org.springframework.boot:spring-boot-devtools")