refactor: security 주석 및 actuator 추가
security 사용 시 주석 해제 (아직 사용하지 않아 주석처리) actuator 을 통해 health check 구현
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user