Created
August 31, 2019 13:07
-
-
Save digimon1740/cc97a9ada472c689364eec95e584ea55 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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