Skip to content

Instantly share code, notes, and snippets.

@entzik
Created May 27, 2018 20:19
Show Gist options
  • Select an option

  • Save entzik/9f453b8e1f382b9fe364c68d92b0bf4d to your computer and use it in GitHub Desktop.

Select an option

Save entzik/9f453b8e1f382b9fe364c68d92b0bf4d to your computer and use it in GitHub Desktop.
public interface ClimateReadingRepository extends CrudRepository<ClimateReading, String> {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment