|
|
|
|
@ -14,11 +14,10 @@
@@ -14,11 +14,10 @@
|
|
|
|
|
* limitations under the License. |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
package org.springframework.boot.test.autoconfigure.web.client; |
|
|
|
|
package org.springframework.boot.web.client; |
|
|
|
|
|
|
|
|
|
import org.junit.jupiter.api.Test; |
|
|
|
|
|
|
|
|
|
import org.springframework.boot.web.client.RestTemplateBuilder; |
|
|
|
|
import org.springframework.test.web.client.MockRestServiceServer; |
|
|
|
|
import org.springframework.web.client.RestClient; |
|
|
|
|
import org.springframework.web.client.RestClient.Builder; |