Uses of Annotation Interface
org.springframework.boot.test.autoconfigure.web.client.AutoConfigureMockRestServiceServer
Package
Description
Auto-configuration for web clients.
-
Uses of AutoConfigureMockRestServiceServer in org.springframework.boot.test.autoconfigure.web.client
Modifier and TypeClassDescription@interface
Annotation for a Spring rest client test that focuses only on beans that useRestTemplateBuilder
orRestClient.Builder
.