java - Difference between Spring-JPA and Spring-Data-JPA -


this question has answer here:

difference between spring-jpa , spring-data-jpa , don't mean jpa specification .
new jpa , spring.
while integrating hibernate spring jpa provider came across 2 spring project.
please clarify difference relationship between
https://mvnrepository.com/artifact/org.springframework/spring-jpa
https://mvnrepository.com/artifact/org.springframework.data/spring-data-jpa
found out spring-data-jpa contains jparepository interface intend use use of spring-jpa.

if @ artifcat dates old - 2008. should not worry it.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -