Skip to content

Instantly share code, notes, and snippets.

@digimon1740
Created August 31, 2019 13:07
Show Gist options
  • Select an option

  • Save digimon1740/cc97a9ada472c689364eec95e584ea55 to your computer and use it in GitHub Desktop.

Select an option

Save digimon1740/cc97a9ada472c689364eec95e584ea55 to your computer and use it in GitHub Desktop.
package com.digimon.demo.domain.todo
import org.springframework.data.jpa.repository.JpaRepository
interface TodoRepository : JpaRepository<Todo, Long>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment