We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@RunWith(SpringRunner::class) @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) @ActiveProfiles(EnvironmentProfile.LOCAL) @TestPropertySource(properties = ["management.port=9994"]) class PreconditionRestControllerIT { }
There was an error while loading. Please reload this page.