From the course: Creating Spring Boot Microservices
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Challenge: Add the Actuator dependency - Spring Boot Tutorial
From the course: Creating Spring Boot Microservices
Challenge: Add the Actuator dependency
(upbeat music) - [Instructor] It's time for a challenge. So we're in branch 02_04 and we want to add another dependency and it's called Actuator. So how you would start to do this is go into Spring Initializr and within, now let me get back here, so within the "add dependencies," I will spell it out for you and actually is written right there, Actuator, as a suggestion. Spring Boot Actuator. So, I want you to select that. Go to the explore in the pom.xml within the website, find the actuator dependency that it's added, and then come back and paste it into the pom.xml within one of these dependencies, within the dependency tag. Once you do that, then we'll run the application and we'll see what Actuator does for us.