Skip to content

Latest commit

 

History

History
13 lines (5 loc) · 515 Bytes

CHALLENGE-STARTUP.md

File metadata and controls

13 lines (5 loc) · 515 Bytes

Instructions

For this challenge, modify the demo-client application startup configuration to report only the start-up events that are initiated by the spring.boot framework.

HINT: Apply a filter to the BufferingApplicationStartup instance in the main() method of DemoClientApplaction.java

You are successful when you have an /actuator/startup output that contains 6 events and looks like this

image