Skip to content

Instantly share code, notes, and snippets.

@digimon1740
Created September 5, 2019 05:22
Show Gist options
  • Select an option

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

Select an option

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