added
test
This commit is contained in:
@@ -16,5 +16,6 @@ public interface ProbeDAO extends JpaRepository<Probe, Long> {
|
|||||||
// public List<Agent> findAgentListByMemberId(Member member);
|
// public List<Agent> findAgentListByMemberId(Member member);
|
||||||
|
|
||||||
Probe findByProbeKey(String probeKey);
|
Probe findByProbeKey(String probeKey);
|
||||||
|
|
||||||
List<Probe> findAllByDomain(Domain domain);
|
List<Probe> findAllByDomain(Domain domain);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user