File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/test/resources/test-config Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,10 @@ spring.datasource.username: sa
3434spring.datasource.password : sa
3535
3636spring.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
5356management.endpoint.health.enabled : true
5457management.endpoint.health.show-details : ALWAYS
5558management.endpoint.health.sensitive : false
56- management.endpoints.web.exposure.include : *
59+ management.endpoints.web.exposure.include : *
You can’t perform that action at this time.
0 commit comments