ing
This commit is contained in:
parent
64a3f7fd8f
commit
fdc9e80fbd
|
@ -9,4 +9,5 @@ import org.springframework.stereotype.Repository;
|
||||||
*/
|
*/
|
||||||
@Repository
|
@Repository
|
||||||
public interface MetaCrawlerDAO extends JpaRepository<MetaCrawler, Short> {
|
public interface MetaCrawlerDAO extends JpaRepository<MetaCrawler, Short> {
|
||||||
|
MetaCrawler findByKey(String key);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user