JAVA-10377 Moved code for spring-response-header article to spring-rest-http

This commit is contained in:
Dhawal Kapil
2022-03-23 08:33:59 +05:30
parent 0776871206
commit ec6ff84766
7 changed files with 3 additions and 5 deletions
@@ -19,7 +19,7 @@ import org.springframework.test.context.junit4.SpringRunner;
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)
public class ResponseHeaderLiveTest {
private static final String BASE_URL = "http://localhost:8082/spring-rest";
private static final String BASE_URL = "http://localhost:8080";
private static final String SINGLE_BASE_URL = BASE_URL + "/single-response-header";
private static final String FILTER_BASE_URL = BASE_URL + "/filter-response-header";
private static final String SERVICE_SINGLE_RESPONSE_HEADER = "Baeldung-Example-Header";