Merge remote-tracking branch 'baeldung/master' into BAEL-3841#declarative-caching-testing

This commit is contained in:
Adrian Maghear
2020-06-04 16:31:10 +02:00
121 changed files with 3634 additions and 704 deletions
@@ -17,7 +17,7 @@ import com.baeldung.multiplecachemanager.repository.OrderDetailRepository;
@SpringBootApplication
@SpringBootTest
public class MultipleCacheManagerIntegrationUnitTest {
public class MultipleCacheManagerIntegrationTest {
@MockBean
private OrderDetailRepository orderDetailRepository;