File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/main/java/org/tuna/zoopzoop/backend/domain/datasource/crawler/service Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 11package org .tuna .zoopzoop .backend .domain .datasource .crawler .service ;
22
33import org .jsoup .nodes .Document ;
4+ import org .springframework .core .Ordered ;
5+ import org .springframework .core .annotation .Order ;
46import org .springframework .stereotype .Component ;
57import org .tuna .zoopzoop .backend .domain .datasource .crawler .dto .CrawlerResult ;
68import org .tuna .zoopzoop .backend .domain .datasource .crawler .dto .SpecificSiteDto ;
911import java .time .format .DateTimeFormatter ;
1012
1113@ Component
14+ @ Order (Ordered .HIGHEST_PRECEDENCE )
1215public class VelogCrawler implements Crawler {
1316 private static final SupportedDomain DOMAIN = SupportedDomain .VELOG ;
1417 private static final DateTimeFormatter VELOG_FORMATTER = DateTimeFormatter .ofPattern ("yyyy년 M월 d일" );
You can’t perform that action at this time.
0 commit comments