728x90 반응형 java 웹크롤링1 java 웹크롤링 보통 파이썬을 사용하여 웹크롤링을 만드는데 이번에 자바를 이용하여 웹크롤링을 만들어보려 한다. 필요한 파일은 총 2개 httpcore httpclient 로 웹크롤링을 만들어보자 이 두개 파일을 해당 프로젝트에 Build Path 한 후 pom.xml에 org.apache.httpcomponents httpclient 4.5.3 org.apache.httpcomponents httpcore 4.4.6 이런식의 추가가 필요하다. public class WebCrawling { public static void main(String[] args) throws ClientProtocolException, IOException { //스케줄을 이용하여 1분마다 긁어온다. ScheduledJob job = new.. 2017. 5. 11. 이전 1 다음 728x90 반응형