Crawler
This commit is contained in:
snoop 2017-04-12 11:35:55 +09:00
parent cd1eaa16f8
commit d93049fad8

View File

@ -2,6 +2,7 @@ package com.loafle.overflow.rpc.api;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.googlecode.jsonrpc4j.spring.AutoJsonRpcServiceImpl;
import com.loafle.overflow.crawler.Crawler;
import com.loafle.overflow.rpc.model.Input;
import com.loafle.overflow.rpc.model.Output;
import org.springframework.stereotype.Service;