Skip to content

Commit a427e65

Browse files
authored
Update application-test.properties
Enabled actuator for testing
1 parent ab79696 commit a427e65

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/test/resources/test-config/application-test.properties

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ spring.datasource.username: sa
3434
spring.datasource.password: sa
3535

3636
spring.main.allow-bean-definition-overriding:true
37-
37+
38+
management.endpoints.web.exposure.include=*
39+
management.endpoint.health.show-details=always
40+
3841
################################################################################
3942
# Configure logging
4043
################################################################################
@@ -53,4 +56,4 @@ eureka.client.enabled=false
5356
management.endpoint.health.enabled: true
5457
management.endpoint.health.show-details: ALWAYS
5558
management.endpoint.health.sensitive: false
56-
management.endpoints.web.exposure.include: *
59+
management.endpoints.web.exposure.include: *

0 commit comments

Comments
 (0)