개발/Spring
[Spring] jasypt 안될때 [jasypt is not working]
wwwnghks
2022. 9. 29. 15:11
jasypt 설정 파일을 모두 다 설정 후에도 복호화가 안될 경우
context-properties.xml 파일에
아래와 같이 이미 properties를 불러오고 있는지,
혹은 DB password가 입력된 파일을 이미 어디서 불러오고 있는지 체크하면 된다.
<context:property-placeholder location="classpath:egovframework/test.properties" />