Remove redundant component scan filter

The @DataJpaTests creates all the repositories. There's no need
for a filter (and there aren't any matching @Service beans anyway).
This commit is contained in:
Dave Syer
2018-12-17 16:41:44 +00:00
parent df359ab1bc
commit ab56724285
2 changed files with 24 additions and 14 deletions

2
.gitignore vendored
View File

@@ -2,6 +2,8 @@ target/*
.settings/*
.classpath
.project
.factorypath
.attach_pid*
.idea
*.iml
/target