Skip to content
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

공공데이터 저장 기능의 코드 구조 개선 #129

Merged
merged 5 commits into from
Sep 19, 2024

Conversation

Hanjaemo
Copy link
Contributor

💡 작업 내용

  • 패키지 구조 개선
  • 코드 구조 개선
  • RestTemplate 라이브러리 사용

💡 자세한 설명

유지보수가 쉬운 코드로 리팩토링하기 위해, 기존 공공데이터 포털 API 호출 로직을 RestTemplate 라이브러리를 사용하여 호출하도록 개선했습니다.

✅ 셀프 체크리스트

  • PR 제목을 형식에 맞게 작성했나요?
  • 브랜치 전략에 맞는 브랜치에 PR을 올리고 있나요?
  • 이슈는 close 했나요?
  • Reviewers, Labels, Projects를 등록했나요?
  • 작업 도중 문서 수정이 필요한 경우 잘 수정했나요?
  • 테스트는 잘 통과했나요?
  • 불필요한 코드는 제거했나요?

closes #121

@Hanjaemo Hanjaemo added feature 구현, 개선 사항 관련 refactor 리팩토링 labels Sep 19, 2024
@Hanjaemo Hanjaemo self-assigned this Sep 19, 2024
@Hanjaemo Hanjaemo linked an issue Sep 19, 2024 that may be closed by this pull request
@Hanjaemo Hanjaemo merged commit d54f00f into main Sep 19, 2024
1 check passed
@Hanjaemo Hanjaemo deleted the feat/121-load-public-data branch September 20, 2024 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 구현, 개선 사항 관련 refactor 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

공공데이터 저장 로직 개선
1 participant