Skip to content

Commit

Permalink
feat: application.yml 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hjj4060 committed Sep 5, 2024
1 parent f2bb659 commit 0bd50fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jasypt:
encryptor:
bean: jasyptStringEncryptor
password: ${ JASYPT_ENCRYPTOR_PASSWORD}
password: ${jasypt.encryptor.password}

spring:
profiles:
Expand Down

0 comments on commit 0bd50fa

Please sign in to comment.