Advertisement
Guest User

Untitled

a guest
Mar 12th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. package defaultpackage.topic;
  2.  
  3. import org.springframework.data.repository.CrudRepository;
  4.  
  5. /**
  6. * Created by zales on 12.03.2017.
  7. */
  8. public interface TopicRepository extends CrudRepository<Topic, String> {
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement