Add @AutoConfigureCache annotation
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
Showing
Please register or sign in to comment