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

채용에 관한 정보 크롤링 #45

Merged
merged 29 commits into from
Jan 26, 2024
Merged

채용에 관한 정보 크롤링 #45

merged 29 commits into from
Jan 26, 2024

Conversation

jacobhboy
Copy link
Member

@jacobhboy jacobhboy commented Jan 19, 2024

🎫 관련 이슈

close #44


🔨 작업 내용

  • 채용 정보를 크롤링하는 기능을 구현하였습니다.

🏁 확인 사항

  • 테스트를 완료했나요?
  • API 문서를 작성했나요?
  • 코드 컨벤션을 준수했나요?
  • 불필요한 로그, 주석, import 등을 삭제했나요?

🙋🏻 덧붙일 말

@jacobhboy jacobhboy requested a review from Woongbin06 January 19, 2024 07:42
@jacobhboy jacobhboy linked an issue Jan 19, 2024 that may be closed by this pull request
2 tasks
@jacobhboy jacobhboy changed the title Feat/#44 채용에 관한 정보 크롤링 Jan 19, 2024
Copy link
Contributor

@Woongbin06 Woongbin06 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다. 이제 조회 부분만 만들면 될 것 같네요~

Comment on lines 30 to 33
@Scheduled(cron = "0 0 5 * * ?") // 매일 오전 5시
public void getReqruitInformation() {
System.out.println("asdfkjaslkfjakslfjdaskl");
Document document = connectToServer();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

출력 부분 삭제해주세요

@jacobhboy jacobhboy merged commit cc0dfc7 into master Jan 26, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

채용에 관한 정보 크롤링
2 participants