Skip to content

Commit

Permalink
chore: add admin actuator
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Sep 7, 2024
1 parent 35dd5fb commit 3e863ed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions admin-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ repositories {
}

dependencies {
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springframework.boot:spring-boot-starter-security")
implementation("org.springframework.boot:spring-boot-starter-webflux")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
Expand Down
1 change: 0 additions & 1 deletion admin-service/src/main/resources/application.properties

This file was deleted.

9 changes: 9 additions & 0 deletions admin-service/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
spring:
application:
name: admin-service

management:
endpoints:
web:
exposure:
include: health,metrics,prometheus

0 comments on commit 3e863ed

Please sign in to comment.