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

refactor: 뉴스 관련 코드 최적화 #102

Open
wants to merge 131 commits into
base: dev
Choose a base branch
from
Open

refactor: 뉴스 관련 코드 최적화 #102

wants to merge 131 commits into from

Conversation

junseok708
Copy link
Member

@junseok708 junseok708 commented Dec 27, 2024

🔎 작업 내용

  • 뉴스 크롤링 관련 코드 최적화

➕ 이슈 링크

📸 스크린샷(선택)

image
image

🧑‍💻 예정 작업

  • 블루 그린 서버 구현

📝 체크리스트

  • 브랜치 이름은 issue/이슈번호 형식으로 작성했는가?
  • 커밋 메시지는 [#이슈번호] Feat: 커밋 내용 형식으로 작성했는가?
  • 불필요한 주석과 공백은 제거했는가?
  • 코드 리뷰어의 피드백을 반영했는가?
  • 테스트를 진행했는가?
  • 테스트 코드를 작성했는가?

# Conflicts:
#	common/src/main/java/itcast/exception/ErrorCodes.java
#	schedule/src/main/java/itcast/mail/dto/request/MailContent.java
#	schedule/src/main/java/itcast/news/application/NewsService.java
#	schedule/src/test/java/itcast/news/application/NewsServiceTest.java
# Conflicts:
#	admin/src/main/java/itcast/repository/CustomNewsRepositoryImpl.java
#	admin/src/test/java/itcast/AdminNewsServiceTest.java
#	common/src/main/java/itcast/domain/news/News.java
#	common/src/main/java/itcast/jwt/repository/UserRepository.java
#	schedule/src/main/java/itcast/news/application/NewsService.java
#	schedule/src/main/resources/application.yml
#	schedule/src/test/java/itcast/news/application/NewsServiceTest.java
# Conflicts:
#	common/src/main/java/itcast/domain/news/News.java
#	common/src/main/java/itcast/exception/ErrorCodes.java
#	common/src/main/java/itcast/jwt/repository/UserRepository.java
#	schedule/src/main/java/itcast/news/common/schedule/AlarmSchedule.java
#	schedule/src/main/java/itcast/news/repository/NewsRepository.java
# Conflicts:
#	admin/src/main/java/itcast/repository/CustomNewsRepositoryImpl.java
#	common/src/main/java/itcast/exception/ErrorCodes.java
#	schedule/src/main/java/itcast/news/application/NewsService.java
#	schedule/src/main/java/itcast/news/application/SendNewsService.java
#	schedule/src/test/java/itcast/news/application/SelectNewsServiceTest.java
@junseok708 junseok708 added the 🧾docs 문서 작성 및 수정 (README.md 등) label Dec 27, 2024
@junseok708 junseok708 self-assigned this Dec 27, 2024
@junseok708 junseok708 linked an issue Dec 27, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧾docs 문서 작성 및 수정 (README.md 등)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

뉴스 로직 최적화
1 participant