Skip to content

Commit

Permalink
[BE] 백엔드 배포가 잘 되는지 테스트 (#52)
Browse files Browse the repository at this point in the history
* test: 배포가 잘 됐는지 테스트하기 위한 주석 삭제

* fix: gradle.yml 잘못된 경로 수정

* test: 배포가 잘 되는지 확인하기 위한 주석 삭제
  • Loading branch information
lee0594 authored Feb 27, 2024
1 parent 902d2e6 commit 07e3bb1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions back/src/main/java/CPR/NLP/service/CrawlingService.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,6 @@ public void saveReviews() {

resultRepository.save(newResult);
}

//resultRepository.deleteByCourseCourseId(courseId);
//resultRepository.save(newResult);
}
driver.quit(); //quit 하면 cookie 정보가 모두 사라짐
}
Expand Down

0 comments on commit 07e3bb1

Please sign in to comment.