Skip to content

Commit 0fd5c54

Browse files
committed
migrate spring-boot
1 parent 8539779 commit 0fd5c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/woehlke/simpleworklist/config/di/ApplicationConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@EnableJpaAuditing
2020
@EnableJdbcHttpSession
2121
@EnableJpaRepositories({
22-
"org.woehlke.simpleworklist.oodm.repository"
22+
"org.woehlke.simpleworklist"
2323
})
2424
@EnableConfigurationProperties({
2525
ApplicationProperties.class

0 commit comments

Comments
 (0)