Skip to content

Commit 44f289d

Browse files
authored
Merge pull request #47 from TeamDMU/develop
Release 1.1.1์œผ๋กœ ์—…๋ฐ์ดํŠธ
2 parents 5ef7f33 + f4980c4 commit 44f289d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

โ€Žbuild.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'com'
8-
version = '1.1.0'
8+
version = '1.1.1'
99
sourceCompatibility = '17'
1010

1111
repositories {

โ€Žsrc/main/java/com/dmforu/crawling/service/DepartmentNoticeCrawlingService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class DepartmentNoticeCrawlingService {
2525
* ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค์— ์ €์žฅ๋œ ๊ณต์ง€์‚ฌํ•ญ์ด ์กด์žฌํ•œ๋‹ค๋ฉด, ์ตœ์‹  ๊ณต์ง€์‚ฌํ•ญ๋งŒ ํฌ๋กค๋งํ•˜์—ฌ ์—…๋ฐ์ดํŠธ ํ•œ๋‹ค. <br>
2626
* ํ‰์ผ ์˜ค์ „ 10์‹œ, ์˜คํ›„ 17์‹œ ์ž๋™์œผ๋กœ ๋ฉ”์„œ๋“œ๋ฅผ ์‹คํ–‰ํ•œ๋‹ค.
2727
*/
28-
@Scheduled(cron = "0 0 10,17 * * MON-FRI")
28+
@Scheduled(cron = "0 0 10,18 * * MON-FRI")
2929
@Transactional
3030
public void crawling() {
3131
for (Major major : Major.values()) {

โ€Žsrc/main/java/com/dmforu/crawling/service/UniversityNoticeCrawlingService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class UniversityNoticeCrawlingService {
2424
* ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค์— ์ €์žฅ๋œ ๊ณต์ง€์‚ฌํ•ญ์ด ์กด์žฌํ•œ๋‹ค๋ฉด, ์ตœ์‹  ๊ณต์ง€์‚ฌํ•ญ๋งŒ ํฌ๋กค๋งํ•˜์—ฌ ์—…๋ฐ์ดํŠธ ํ•œ๋‹ค. <br>
2525
* ํ‰์ผ ์˜ค์ „ 10์‹œ, ์˜คํ›„ 17์‹œ ์ž๋™์œผ๋กœ ๋ฉ”์„œ๋“œ๋ฅผ ์‹คํ–‰ํ•œ๋‹ค.
2626
*/
27-
@Scheduled(cron = "0 0 10,17 * * MON-FRI")
27+
@Scheduled(cron = "0 0 10,18 * * MON-FRI")
2828
@Transactional
2929
public void crawling() {
3030
parser.setPageNumber(1);

0 commit comments

Comments
ย (0)