Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package dsm.pick2024.global.security.path

object SecurityPaths {
val PERMIT_ALL_ENDPOINTS = arrayOf(
"/actuator/**",
"/admin/login",
"/admin/refresh",
"/user/login",
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading