test
This commit is contained in:
snoop 2017-06-23 16:19:02 +09:00
parent 980ffeca3e
commit 091d14c2fc

View File

@ -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);
} }