Skip to content

Commit 31d3197

Browse files
committed
chore : actuator 추가
1 parent 2ee8122 commit 31d3197

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

+3
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ dependencies {
7676
// Spring Security OAuth2
7777
implementation ("org.springframework.security:spring-security-oauth2-client:6.4.2") // Or the version you're using
7878
implementation ("org.springframework.security:spring-security-oauth2-core:6.4.2") // Or the version you're using
79+
80+
implementation("org.springframework.boot:spring-boot-starter-actuator")
81+
7982
}
8083

8184
tasks.withType<Test> {

0 commit comments

Comments
 (0)