CopyPastor

Detecting plagiarism made easy.

Score: 0.9770597112264565; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2018-12-28
by Sagar P. Ghagare

Original Post

Original - Posted on 2018-04-10
by crizzis



            
Present in both answers; Present only in the new answer; Present only in the old answer;

JPA will not get auto-configured without `spring-boot-starter-data-jpa` as a dependency. With the dependency in place, you shouldn't even need `@EnableJpaRepositories`.
Also, you may remove `spring-data-jpa` as `spring-boot-starter-data-jpa` already depends on that.
JPA will not get auto-configured without `spring-boot-starter-data-jpa` as a dependency. With the dependency in place, you shouldn't even need `@EnableJpaRepositories`.
Also, you may remove `spring-data-jpa` as `spring-boot-starter-data-jpa` already depends on that.

        
Present in both answers; Present only in the new answer; Present only in the old answer;