feat: add hawt.io support

This commit is contained in:
Gauthier Roebroeck 2020-04-24 18:11:06 +08:00
parent 43e6895ba2
commit dfa24057bb

View file

@ -52,6 +52,7 @@ dependencies {
implementation("io.github.microutils:kotlin-logging:1.7.9")
implementation("io.micrometer:micrometer-registry-influx")
implementation("io.hawt:hawtio-springboot:2.10.0")
run {
val springdocVersion = "1.3.3"
@ -96,7 +97,6 @@ dependencies {
testImplementation("com.tngtech.archunit:archunit-junit5:0.13.1")
developmentOnly("org.springframework.boot:spring-boot-devtools")
}