Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.

Commit 2568f99

Browse files
committed
JPA - Adapted to improvement in defaulting of base package for annotation driven repository config.
1 parent c9fe582 commit 2568f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jpa/src/main/java/com/oreilly/springdata/jpa/ApplicationConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*/
4141
@Configuration
4242
@ComponentScan(basePackageClasses = ApplicationConfig.class)
43-
@EnableJpaRepositories(basePackageClasses = ApplicationConfig.class)
43+
@EnableJpaRepositories
4444
@EnableTransactionManagement
4545
class ApplicationConfig {
4646

0 commit comments

Comments
 (0)