Skip to content

Instantly share code, notes, and snippets.

@dnaismyth
Created October 28, 2017 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnaismyth/d0d1a9c555d2756fb41289b689e37bd8 to your computer and use it in GitHub Desktop.
Save dnaismyth/d0d1a9c555d2756fb41289b689e37bd8 to your computer and use it in GitHub Desktop.
Basic skeleton of our Game JDBC Repository class
import org.springframework.stereotype.Repository;
@Repository
public class GameJDBCRepository extends BaseJDBCRepository {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment