[Feat]: 금융회사, 예/적금 api #36
Closed
khozan0120 wants to merge 12 commits into
Closed
Conversation
- baseEntity 적용
* style: 클래스명 중복 이슈로 클래스명 변경 * fix: 예외 핸들러 root config 등록 * feat: 카프카 도입 * feat: 로그 포맷 적용 * feat: 에러 발생 시 로그 전송 카프카로 전환 * feat: 에러 전송 테스트 컨트롤러 제작 * feat: 카프카 브로커 주소 및 topic 추가
* feat: redis 관련 설정 및 jwt 시크릿 환경변수 추가 * feat: 스프링 시큐리티 의존성, 레디스 의존성, jwt 의존성, validate 의존성 추가 * feat: redis 기본 설정 추가 * feat: security 기본 설정 추가 * feat: 빈 등록 코드 추가 * feat: 존재하지 않는 경로 에러 핸들러 추가 * feat: load user by username 메서드 오버라이딩 * feat: authenticate 메서드 오버라이딩 * style: 불필요한 주석 제거 * feat: 토큰 관련 예외 추가 * feat: 토큰 기본 유틸 클래스 코드 작성 * feat: 토큰 검증 코드 추가 * feat: 쿠키 설정 코드 추가 * feat: 404 not found 에러 코드 추가 * feat: 로그인, 로그아웃, 토큰 재발급 서비스 레이어 추가 * feat: 시큐리티 필터 동작 중 발생 예외 처리 EntryPoint 클래스 추가 * feat: 컨트롤러 코드 추가 * feat: 스웨거 사용을 위한 허용 경로 추가 * feat: redis ssl 연결 설정 추가
* feat: valid 어노테이션 추가 * feat: NotBlank 추가
* Feat: 회원가입 관련 API - 회원가입 기능 - 아이디 중복 체크 Related to: #23 * Style: 필요없는 주석 제거 Related to: #23 * Feat: 잔여 체류 기간 조회 기능 추가 - Codef Token 레디스 저장 - Codef 잔여 체류 기간 API 연동 - 회원가입 로직 중 체류기간 호출 Related to: #23 * Fix: 패키지 이름 수정 Related to: #23 * Doc: 스웨거 명세서 코드 추가 Related to: #23 * Refactor: 겹치는 코드 수정 Related to: #23 * Feat: Codef 시크릿값 추가 Related to: #23 * Doc: 스웨거 수정 Related to: #23 * Feat: 체류시가 아닐때 오류 추가 Related to: #23 * Doc: 스웨거 추가 Related to: #23 * Feat: member 엔티티 수정된 부분 업데이트 Related to: #23 * Fix: 스네이크 설정 삭제 Related to: #23 * Refactor: 예외처리 Related to: #23 * Refactor: flyway sql문 추가 Related to: #23 * Fix: 충돌나는 부분 해결 Related to: #23 * Fix: 이름 수정 Related to: #23 * Fix: 인증없이 접근 가능하도록 수정 Related to: #23
- ExchangeRateController를 통해 은행 5개의 환율 조회 기능 개발 - ExchangeRateController를 통해 특정 환율로 데이터 변환 수행
ss7622
reviewed
Jul 24, 2025
| public class FinancialCompany extends BaseEntity { | ||
| private Long financialCompanyId; | ||
| private String name; | ||
| private String code; |
Member
* feat: password 인코딩 후 저장 코드 추가 * feat: valid 조건 변경 * feat: 임시 회원가입을 위한 예외 처리 무효화
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

📌 관련 이슈
📄 PR 상세 내용
📸 이미지 (테스트 이미지 필수)
❓ 논의하고 싶은 내용
📍 레퍼런스