Skip to content

Commit

Permalink
Repository criado
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardosouzafaria committed Oct 30, 2018
1 parent 32a4c60 commit 897bb87
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package br.com.mantendoofoco.repository;

import org.springframework.data.jpa.repository.JpaRepository;

import br.com.mantendoofoco.model.Tarefa;

public interface TarefaRepository extends JpaRepository<Tarefa, String> {

}

0 comments on commit 897bb87

Please sign in to comment.