|
|
|
|
@ -18,6 +18,7 @@ package org.springframework.boot.test.autoconfigure.web.client;
@@ -18,6 +18,7 @@ package org.springframework.boot.test.autoconfigure.web.client;
|
|
|
|
|
|
|
|
|
|
import java.lang.annotation.Documented; |
|
|
|
|
import java.lang.annotation.ElementType; |
|
|
|
|
import java.lang.annotation.Inherited; |
|
|
|
|
import java.lang.annotation.Retention; |
|
|
|
|
import java.lang.annotation.RetentionPolicy; |
|
|
|
|
import java.lang.annotation.Target; |
|
|
|
|
@ -44,6 +45,7 @@ import org.springframework.test.web.client.MockRestServiceServer;
@@ -44,6 +45,7 @@ import org.springframework.test.web.client.MockRestServiceServer;
|
|
|
|
|
@Target(ElementType.TYPE) |
|
|
|
|
@Retention(RetentionPolicy.RUNTIME) |
|
|
|
|
@Documented |
|
|
|
|
@Inherited |
|
|
|
|
@ImportAutoConfiguration |
|
|
|
|
@PropertyMapping("spring.test.webclient.mockrestserviceserver") |
|
|
|
|
public @interface AutoConfigureMockRestServiceServer { |
|
|
|
|
|