-
Notifications
You must be signed in to change notification settings - Fork 3
feat: RestClient 방식으로 수정 #121
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
Merged
Merged
Conversation
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
Closed
dudxo
approved these changes
Jun 21, 2025
Member
dudxo
left a comment
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.
고생하셨습니다!
dudxo
added a commit
that referenced
this pull request
Jun 21, 2025
* chore: 모니터링 시스템 (#115) * chore: prometheus, actuator 의존 추가 * chore: 모니터링 시스템 관련 스크립트 추가 * feat: JwtFilter WHITELIST actuator 관련 경로 추가 * fix: 모니터링 시스템 로컬 테스트 관련 파일 제거 * feat: RestTemplate + Async 추가 (#119) * feat: Async Config 추가 * feat: RestTemplate + Async 추가 * Fix: Async Return 타입 일치 (#123) * feat: Async Config 추가 * feat: RestTemplate + Async 추가 * fix: async 반환 타입에 맞게 CompletableFuture 변경 * feat: RestClient 방식으로 수정 (#121) * feat: RestClient 방식으로 수정 * fix: test코드 임시 주석 처리 * fix: test코드 임시 주석 처리 --------- Co-authored-by: Gain Lee <[email protected]>
ghkdwldus0807
added a commit
that referenced
this pull request
Jun 22, 2025
* chore: 모니터링 시스템 (#115) * chore: prometheus, actuator 의존 추가 * chore: 모니터링 시스템 관련 스크립트 추가 * feat: JwtFilter WHITELIST actuator 관련 경로 추가 * fix: 모니터링 시스템 로컬 테스트 관련 파일 제거 * feat: RestTemplate + Async 추가 (#119) * feat: Async Config 추가 * feat: RestTemplate + Async 추가 * Fix: Async Return 타입 일치 (#123) * feat: Async Config 추가 * feat: RestTemplate + Async 추가 * fix: async 반환 타입에 맞게 CompletableFuture 변경 * feat: RestClient 방식으로 수정 (#121) * feat: RestClient 방식으로 수정 * fix: test코드 임시 주석 처리 * fix: test코드 임시 주석 처리 * fix: access token 만료 시 토큰 재발급이 되는 문제 해결 * fix: refresh token 없이 로그아웃할 시 테스트가 실패하는 문제 해결 * fix: refresh token이 만료된 상황에서 로그아웃 시 403에러 반환 오류 해결 * fix: 테스트하면서 바꾼 토큰 만료시간 롤백 --------- Co-authored-by: 권영태 <[email protected]> Co-authored-by: Gain Lee <[email protected]> Co-authored-by: dnjstjt1297 <[email protected]> Co-authored-by: dnjstjt1297 <[email protected]>
dudxo
added a commit
that referenced
this pull request
Jun 22, 2025
* chore: 모니터링 시스템 (#115) * chore: prometheus, actuator 의존 추가 * chore: 모니터링 시스템 관련 스크립트 추가 * feat: JwtFilter WHITELIST actuator 관련 경로 추가 * fix: 모니터링 시스템 로컬 테스트 관련 파일 제거 * feat: RestTemplate + Async 추가 (#119) * feat: Async Config 추가 * feat: RestTemplate + Async 추가 * Fix: Async Return 타입 일치 (#123) * feat: Async Config 추가 * feat: RestTemplate + Async 추가 * fix: async 반환 타입에 맞게 CompletableFuture 변경 * feat: RestClient 방식으로 수정 (#121) * feat: RestClient 방식으로 수정 * fix: test코드 임시 주석 처리 * fix: test코드 임시 주석 처리 * fix: access token 만료 시 토큰 재발급이 되는 문제 해결 * fix: refresh token 없이 로그아웃할 시 테스트가 실패하는 문제 해결 * fix: refresh token이 만료된 상황에서 로그아웃 시 403에러 반환 오류 해결 * fix: 테스트하면서 바꾼 토큰 만료시간 롤백 * fix: AdminRatePlanResponse 필드 원시타입 -> 참조 타입으로 변경 (#131) --------- Co-authored-by: Gain Lee <[email protected]> Co-authored-by: dnjstjt1297 <[email protected]> Co-authored-by: dnjstjt1297 <[email protected]>
dudxo
added a commit
that referenced
this pull request
Jun 22, 2025
* chore: 모니터링 시스템 (#115) * chore: prometheus, actuator 의존 추가 * chore: 모니터링 시스템 관련 스크립트 추가 * feat: JwtFilter WHITELIST actuator 관련 경로 추가 * fix: 모니터링 시스템 로컬 테스트 관련 파일 제거 * feat: RestTemplate + Async 추가 (#119) * feat: Async Config 추가 * feat: RestTemplate + Async 추가 * Fix: Async Return 타입 일치 (#123) * feat: Async Config 추가 * feat: RestTemplate + Async 추가 * fix: async 반환 타입에 맞게 CompletableFuture 변경 * feat: RestClient 방식으로 수정 (#121) * feat: RestClient 방식으로 수정 * fix: test코드 임시 주석 처리 * fix: test코드 임시 주석 처리 * fix: access token 만료 시 토큰 재발급이 되는 문제 해결 * fix: refresh token 없이 로그아웃할 시 테스트가 실패하는 문제 해결 * fix: refresh token이 만료된 상황에서 로그아웃 시 403에러 반환 오류 해결 * fix: 테스트하면서 바꾼 토큰 만료시간 롤백 * fix: AdminRatePlanResponse 필드 원시타입 -> 참조 타입으로 변경 (#131) * feat: 성능 테스트를 위한 WebClient 추가 (#133) * fix: 안쓰는 클래스 삭제 * chore: Webclient 및 Connection Pool 관리 관련 의존성 추가 * feat: HttPClientConfig 네이밍 변경 및 WebClient Bean 설정 * feat: WebClient API 추가 * fix: 충돌 해결 --------- Co-authored-by: Gain Lee <[email protected]> Co-authored-by: dnjstjt1297 <[email protected]> Co-authored-by: dnjstjt1297 <[email protected]>
ghkdwldus0807
added a commit
that referenced
this pull request
Jun 23, 2025
* chore: 모니터링 시스템 (#115) * chore: prometheus, actuator 의존 추가 * chore: 모니터링 시스템 관련 스크립트 추가 * feat: JwtFilter WHITELIST actuator 관련 경로 추가 * fix: 모니터링 시스템 로컬 테스트 관련 파일 제거 * feat: RestTemplate + Async 추가 (#119) * feat: Async Config 추가 * feat: RestTemplate + Async 추가 * Fix: Async Return 타입 일치 (#123) * feat: Async Config 추가 * feat: RestTemplate + Async 추가 * fix: async 반환 타입에 맞게 CompletableFuture 변경 * feat: RestClient 방식으로 수정 (#121) * feat: RestClient 방식으로 수정 * fix: test코드 임시 주석 처리 * fix: test코드 임시 주석 처리 * fix: access token 만료 시 토큰 재발급이 되는 문제 해결 * fix: refresh token 없이 로그아웃할 시 테스트가 실패하는 문제 해결 * fix: refresh token이 만료된 상황에서 로그아웃 시 403에러 반환 오류 해결 * fix: 테스트하면서 바꾼 토큰 만료시간 롤백 * fix: AdminRatePlanResponse 필드 원시타입 -> 참조 타입으로 변경 (#131) * feat: 성능 테스트를 위한 WebClient 추가 (#133) * fix: 안쓰는 클래스 삭제 * chore: Webclient 및 Connection Pool 관리 관련 의존성 추가 * feat: HttPClientConfig 네이밍 변경 및 WebClient Bean 설정 * feat: WebClient API 추가 * fix: 충돌 해결 * chore: 주석 제거 --------- Co-authored-by: 권영태 <[email protected]> Co-authored-by: Gain Lee <[email protected]> Co-authored-by: dnjstjt1297 <[email protected]> Co-authored-by: dnjstjt1297 <[email protected]> Co-authored-by: Eric-HAN-01 <[email protected]>
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.
🔥 Related Issue
📑 Task
🔍 To Reviewer