fixed
import
This commit is contained in:
parent
16a5801ca6
commit
7d4aa858ad
|
@ -1,13 +1,14 @@
|
|||
package com.loafle.overflow.module.probe.dao;
|
||||
|
||||
import com.loafle.overflow.module.probe.model.Probe;
|
||||
import org.springframework.data.jpa.repository.JpaRepository;
|
||||
import org.springframework.stereotype.Repository;
|
||||
import sun.management.Agent;
|
||||
|
||||
|
||||
/**
|
||||
* Created by insanity on 17. 5. 29.
|
||||
*/
|
||||
@Repository
|
||||
public interface ProbeDAO extends JpaRepository<Agent, Long> {
|
||||
public interface ProbeDAO extends JpaRepository<Probe, Long> {
|
||||
// public List<Agent> findAgentListByMemberId(Member member);
|
||||
}
|
Loading…
Reference in New Issue
Block a user