Add actuator http endpoints

This commit is contained in:
2026-02-01 22:21:07 +03:00
parent 8bcee3a225
commit 58f876bf7f
2 changed files with 3 additions and 1 deletions

View File

@@ -32,6 +32,8 @@ dependencies {
implementation("io.github.kotlin-telegram-bot.kotlin-telegram-bot:telegram:6.3.0")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.3")
implementation(awssdk.services.s3)
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springframework.boot:spring-boot-starter-webmvc")
developmentOnly("org.springframework.boot:spring-boot-devtools")
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
testImplementation("org.springframework.boot:spring-boot-starter-test")

View File

@@ -1,2 +1,2 @@
spring.application.name=memevizor
management.server.port=7900