mirror of
https://github.com/jlengrand/spring-petclinic.git
synced 2026-03-10 08:41:24 +00:00
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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,6 +2,8 @@ target/*
|
||||
.settings/*
|
||||
.classpath
|
||||
.project
|
||||
.factorypath
|
||||
.attach_pid*
|
||||
.idea
|
||||
*.iml
|
||||
/target
|
||||
|
||||
Reference in New Issue
Block a user