-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[새기능] DB 암호화 #174
base: develop
Are you sure you want to change the base?
[새기능] DB 암호화 #174
Conversation
- 양방향 암호화 알고리즘을 구현하기 위해서 jasypt 의존성을 추가했어요.
- 개인정보 보호에 민감한 컬럼들을 암호화하기 위해서 Convert 어노테이션을 추가했어요.
- 양방향 암호화를 위한 Encryptor를 빈으로 주입하기 위해 JasyptConfig 클래스를 작성했어요.
- JasyptConfig 에 들어갈 환경변수를 yml에 추가했어요.
- 데이터베이스 암호화를 위해 LocalDate, Long, String 타입에 대한 Converter를 작성했어요.
- 불필요한 주석을 제거했어요.
- 불필요한 import문을 제거했어요.
- 테스트코드를 제거했어요.
이렇게 리뷰해주세요.🖐️ 규칙
🥬 우선순위리뷰 중요도에 따라 다음과 같은 prefix를 붙여주세요.
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
기존 데이터 마이그레이션 필요할까요?
다음 학년 전형 시에 기존 데이터를 다 날리고 새로 쌓는 거면 괜찮을 거 같긴 하나, 확인 필요해보이네용
기존 데이터를 다 날리고 새로 쌓기로 해서 문제없을 거 같습니다 :) |
🎫 관련 이슈
close #172
📄 개요
🔨 작업 내용
🏁 확인 사항
🙋🏻 덧붙일 말