From the course: Creating Spring Boot Microservices
Unlock the full course today
Join today to access over 24,600 courses taught by industry experts.
Challenge - Spring Boot Tutorial
From the course: Creating Spring Boot Microservices
Challenge
- [Instructor] Okay, I have a challenge. It's your turn. Let's see if you can do this, and I'm sure you can. So I want you to invoke the TourManagementService.createTour within the application Java class. So pull the tour management service object out of the container, create a new tour, and have the tour called Zoo Tour with the price 100 and the kid friendly is true. And here in the branch, 01_04, is where you would do it and it's right after this, pulling the bean of Travel Agent Service. Let's see if you can get the Tour Management Service off of the context and then create the zoo tour.