Skip to content

Commit

Permalink
Merge pull request #53 from ClothingStoreService/hotfix/application.yml
Browse files Browse the repository at this point in the history
feat: application.yml 에러 수정
  • Loading branch information
hjj4060 authored Sep 5, 2024
2 parents f2bb659 + 0bd50fa commit 0281324
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 0281324

Please sign in to comment.