-
Phillip Webb authored
Add @AutoConfigureCache annotation to configure the specific cache manager to use with a test. By default the NoOpCacheManager is used. The @JsonTest, @DataJpaTest and @WebMvcTests have also been updated to use the annotation. Fixes gh-5765
02bd3dc6