-
Notifications
You must be signed in to change notification settings - Fork 0
크롤링 일부 구현 #182
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
크롤링 일부 구현 #182
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
- 네이버 쇼핑몰 사이트 (5개)를 참조하여 지정 키워드 수만큼(50개) 수집 구현 - 랜덤 1개 추출하여 DB 저장 구현 - 응답 타입에 맞춰 객체 저장 구현
- 네이버 쇼핑몰 사이트 (5개)를 참조하여 지정 키워드 수만큼(50개) 수집 구현 - 랜덤 keyword 1개 추출하여 DB 저장 구현 - 응답 타입에 맞춰 응답 객체 반환
- 싸다구몰에 키워드 기반 제품 검색 로직 구현
- 싸다구몰에 키워드 기반 제품 검색 로직 구현
…/Final-7team-BE into feature/scheduler
- 수집된 키워드 기반 싸다구몰에서 상품 검색 로직 추가
- UNIFIED_LOGS테이블에 파이프라인의 진행상태를 저장 - 완료 판단 로직 추가로, 기능 실행 중 에러 시 예외 발생 추가
- null 체크 강화
# Conflicts: # springboot/build.gradle # springboot/src/main/java/com/softlabs/aicontents/config/SecurityConfig.java # springboot/src/main/java/com/softlabs/aicontents/domain/user/mapper/UserMapper.java # springboot/src/main/resources/mappers/domain/user/UserMapper.xml
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 종류
변경 사항
네이버 쇼핑몰에서 키워드 추출, 랜덤 1개 DB 저장
랜덤 키워드 기반 싸다구몰에 검색 실행 로직 구현
관련 이슈- 관련된 이슈 번호를 적어주세요
Closes #이슈번호
체크리스트
스크린샷
필요한 경우 스크린샷을 첨부해주세요.
기타
추가로 알려야 할 사항이 있다면 적어주세요.