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

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -