mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-21 02:58:08 +08:00
Migrate initializr-actuator
to Java
This commit is contained in:

committed by
Stephane Nicoll

parent
fa485e3690
commit
ad6430b92a
@@ -29,12 +29,12 @@ import static org.springframework.boot.test.context.SpringBootTest.WebEnvironmen
|
||||
* @author Dave Syer
|
||||
*/
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest(classes = Config.class, webEnvironment = RANDOM_PORT)
|
||||
@SpringBootTest(webEnvironment = RANDOM_PORT)
|
||||
abstract class AbstractFullStackInitializrIntegrationTests
|
||||
extends AbstractInitializrIntegrationTests {
|
||||
|
||||
@LocalServerPort
|
||||
int port
|
||||
protected int port
|
||||
|
||||
String host = "localhost"
|
||||
|
||||
|
Reference in New Issue
Block a user