ing
This commit is contained in:
parent
e4b97f452e
commit
9d1926ee24
2
pom.xml
2
pom.xml
|
@ -5,7 +5,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.loafle</groupId>
|
||||
<groupId>com.loafle.maven</groupId>
|
||||
<artifactId>maven_parent_jar</artifactId>
|
||||
<version>1.0.0-RELEASE</version>
|
||||
</parent>
|
||||
|
|
|
@ -2,8 +2,8 @@ package com.loafle.overflow.crawler;
|
|||
|
||||
import java.util.Map;
|
||||
|
||||
import com.loafle.overflow.module.core.exception.OverflowException;
|
||||
import com.loafle.overflow.module.sensorconfig.model.SensorConfig;
|
||||
import com.loafle.overflow.core.exception.OverflowException;
|
||||
import com.loafle.overflow.model.sensorconfig.SensorConfig;
|
||||
|
||||
/**
|
||||
* Crawler
|
||||
|
@ -13,4 +13,4 @@ public interface Crawler {
|
|||
String toString();
|
||||
void auth(Map<String, Object> authInfo) throws OverflowException;
|
||||
Map<String, String> get(SensorConfig sensorConfig) throws OverflowException;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user