Skip to content

Commit acc1986

Browse files
committed
Change LocalServerPort annotation
from: org.springframework.boot.web.server.LocalServerPort to: org.springframework.boot.test.web.server.LocalServerPort
1 parent e999d84 commit acc1986

File tree

3 files changed

+3
-3
lines changed
  • doma-spring-boot-samples

3 files changed

+3
-3
lines changed

doma-spring-boot-samples/doma-spring-boot-sample-entity-listener/src/test/java/org/seasar/doma/boot/sample/ApplicationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import org.springframework.boot.test.context.SpringBootTest;
1010
import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;
1111
import org.springframework.boot.test.web.client.TestRestTemplate;
12-
import org.springframework.boot.web.server.LocalServerPort;
12+
import org.springframework.boot.test.web.server.LocalServerPort;
1313
import org.springframework.core.ParameterizedTypeReference;
1414
import org.springframework.http.HttpEntity;
1515
import org.springframework.http.HttpMethod;

doma-spring-boot-samples/doma-spring-boot-sample-event-handler/src/test/java/org/seasar/doma/boot/sample/ApplicationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import org.springframework.boot.test.context.SpringBootTest;
1010
import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;
1111
import org.springframework.boot.test.web.client.TestRestTemplate;
12-
import org.springframework.boot.web.server.LocalServerPort;
12+
import org.springframework.boot.test.web.server.LocalServerPort;
1313
import org.springframework.core.ParameterizedTypeReference;
1414
import org.springframework.http.HttpEntity;
1515
import org.springframework.http.HttpMethod;

doma-spring-boot-samples/doma-spring-boot-sample-simple/src/test/java/org/seasar/doma/boot/sample/ApplicationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import org.springframework.boot.test.context.SpringBootTest;
1010
import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;
1111
import org.springframework.boot.test.web.client.TestRestTemplate;
12-
import org.springframework.boot.web.server.LocalServerPort;
12+
import org.springframework.boot.test.web.server.LocalServerPort;
1313
import org.springframework.core.ParameterizedTypeReference;
1414
import org.springframework.http.HttpEntity;
1515
import org.springframework.http.HttpMethod;

0 commit comments

Comments
 (0)