This commit is contained in:
Phillip Webb
2017-11-15 11:59:09 -08:00
parent cf485ce144
commit f647f5689f
13 changed files with 38 additions and 32 deletions

View File

@@ -52,10 +52,13 @@ public class SampleTomcatTwoConnectorsApplicationTests {
@LocalServerPort
private int port;
@Autowired
private Ports ports;
@Autowired
private TestRestTemplate restTemplate;
@Autowired
private AbstractConfigurableWebServerFactory webServerFactory;