diff --git a/server/build.gradle.kts b/server/build.gradle.kts index 7b0c872..318ca77 100644 --- a/server/build.gradle.kts +++ b/server/build.gradle.kts @@ -25,9 +25,10 @@ repositories { dependencies { implementation ("org.springframework.boot:spring-boot-starter-data-jpa") - implementation ("org.springframework.boot:spring-boot-starter-security") +// implementation ("org.springframework.boot:spring-boot-starter-security") implementation ("org.springframework.boot:spring-boot-starter-validation") implementation ("org.springframework.boot:spring-boot-starter-web") + implementation("org.springframework.boot:spring-boot-starter-actuator") implementation ("com.github.ulisesbocchio:jasypt-spring-boot-starter:3.0.4")