diff --git a/src/main/kotlin/dsm/pick2024/global/security/path/SecurityPaths.kt b/src/main/kotlin/dsm/pick2024/global/security/path/SecurityPaths.kt index ed2642ca..9da6625c 100644 --- a/src/main/kotlin/dsm/pick2024/global/security/path/SecurityPaths.kt +++ b/src/main/kotlin/dsm/pick2024/global/security/path/SecurityPaths.kt @@ -2,6 +2,7 @@ package dsm.pick2024.global.security.path object SecurityPaths { val PERMIT_ALL_ENDPOINTS = arrayOf( + "/actuator/**", "/admin/login", "/admin/refresh", "/user/login", diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 0cb50d09..e38b9e1f 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -54,6 +54,8 @@ spring: enabled: true baseline-on-migrate: true baseline-version: 1 + out-of-order: true + ignore-missing-migrations: true locations: - classpath:db/migration