Skip to content

Instantly share code, notes, and snippets.

@Ikhiloya
Created June 21, 2018 22:14
Show Gist options
  • Save Ikhiloya/255a3a55f4d9513610efce6ca87d6e8e to your computer and use it in GitHub Desktop.
Save Ikhiloya/255a3a55f4d9513610efce6ca87d6e8e to your computer and use it in GitHub Desktop.
Dao for spring-boot-oracle tutorial
@Repository
public interface UserDao extends JpaRepository<User, Integer> {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment