mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +08:00
Upgrade to Spring Boot 2.6.0
Closes gh-1285
This commit is contained in:
@@ -33,7 +33,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
*/
|
||||
@ActiveProfiles("test-default")
|
||||
@SpringBootTest(classes = Config.class, webEnvironment = WebEnvironment.RANDOM_PORT,
|
||||
properties = "management.endpoints.web.exposure.include=info")
|
||||
properties = { "management.endpoints.web.exposure.include=info", "management.info.env.enabled=true" })
|
||||
class ActuatorIntegrationTests extends AbstractFullStackInitializrIntegrationTests {
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user