Merge branch '2.1.x'
This commit is contained in:
@@ -44,10 +44,10 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
public class ManagementAddressActuatorApplicationTests {
|
||||
|
||||
@LocalServerPort
|
||||
private int port = 9010;
|
||||
private int port;
|
||||
|
||||
@LocalManagementPort
|
||||
private int managementPort = 9011;
|
||||
private int managementPort;
|
||||
|
||||
@Test
|
||||
public void testHome() {
|
||||
|
||||
@@ -46,10 +46,10 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
public class ManagementPortAndPathSampleActuatorApplicationTests {
|
||||
|
||||
@LocalServerPort
|
||||
private int port = 9010;
|
||||
private int port;
|
||||
|
||||
@LocalManagementPort
|
||||
private int managementPort = 9011;
|
||||
private int managementPort;
|
||||
|
||||
@Autowired
|
||||
private Environment environment;
|
||||
|
||||
@@ -43,10 +43,10 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
public class ManagementPortSampleActuatorApplicationTests {
|
||||
|
||||
@LocalServerPort
|
||||
private int port = 9010;
|
||||
private int port;
|
||||
|
||||
@LocalManagementPort
|
||||
private int managementPort = 9011;
|
||||
private int managementPort;
|
||||
|
||||
@Test
|
||||
public void testHome() {
|
||||
|
||||
Reference in New Issue
Block a user