diff --git a/build.gradle.kts b/build.gradle.kts index 8eb1f1f..6309fa8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5213e70..a3df2ec 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,2 +1,2 @@ spring.application.name=memevizor - +management.server.port=7900 \ No newline at end of file