target remove page
This commit is contained in:
parent
1e580fe033
commit
c46cd41c3f
2
pom.xml
2
pom.xml
@ -13,7 +13,7 @@
|
|||||||
<groupId>com.loafle.overflow</groupId>
|
<groupId>com.loafle.overflow</groupId>
|
||||||
<artifactId>commons-java</artifactId>
|
<artifactId>commons-java</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.0.107-SNAPSHOT</version>
|
<version>1.0.108-SNAPSHOT</version>
|
||||||
<name>com.loafle.overflow.commons-java</name>
|
<name>com.loafle.overflow.commons-java</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -22,5 +22,5 @@ public interface MetaCrawlerMappingService {
|
|||||||
List<MetaCrawlerMapping> readAllByMetaTargetTypeKey(String targetTypeKey) throws OverflowException;
|
List<MetaCrawlerMapping> readAllByMetaTargetTypeKey(String targetTypeKey) throws OverflowException;
|
||||||
|
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
MetaCrawlerMapping regist() throws OverflowException;
|
MetaCrawlerMapping regist(MetaCrawlerMapping metaCrawlerMapping) throws OverflowException;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user