Интеграционный тест весенней загрузки @DataJpaTest вместе с классом конфигурации Swagger не работает
#spring-boot #unit-testing #spring-data-jpa #integration-testing #swagger-2.0 Вопрос: Ниже приведен мой тест репозитория Springboot, который снабжен аннотацией @DataJpaTest. @ExtendWith(MockitoExtension.class) @DataJpaTest @ContextConfiguration @AutoConfigureTestDatabase(replace = AutoConfigureTestDatabase.Replace.NONE) public class InventoryRepositoryTest { @Autowired InventoryRepository inventoryRepository; @Test…