Closes gh-16219
This commit is contained in:
Johnny Lim
2019-03-13 12:13:05 +09:00
committed by Madhura Bhave
parent b7b2798f13
commit c5b5f752ed
35 changed files with 73 additions and 89 deletions

View File

@@ -41,10 +41,10 @@ import static org.assertj.core.api.Assertions.assertThat;
public class JerseyApplicationPathAndManagementPortTests {
@LocalServerPort
private int port = 9010;
private int port;
@LocalManagementPort
private int managementPort = 9011;
private int managementPort;
@Autowired
private TestRestTemplate testRestTemplate;