Spring @Configuration Bean not excluded using excludeFilters when running tests
I have a main class that uses @ComponentScan
along with excludeFilters
to exclude a class that is used from a library.
I have a main class that uses @ComponentScan
along with excludeFilters
to exclude a class that is used from a library.