Skip to content

Commit fd5e44d

Browse files
committed
fix: 마이그레이션 임포트를 옵셔널로 변경
1 parent 15c1664 commit fd5e44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application-migration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spring:
1616
max-request-size: 10MB
1717

1818
config:
19-
import: "aws-parameterstore:/prod/"
19+
import: "optional:aws-parameterstore:/prod/"
2020

2121
datasource:
2222
url: ${MIGRATION_RDS_URL}

0 commit comments

Comments
 (0)