From the course: Extending, Securing, and Dockerizing Spring Boot Microservices

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Running the microservice

Running the microservice

From the course: Extending, Securing, and Dockerizing Spring Boot Microservices

Start my 1-month free trial

Running the microservice

- [Instructor] So now that we understand the project, let's start up the application and exercise some of the APIs by launching the application and invoke them via Postman. So on explorecaliApplication, I'm going to right-click it, and say run and we'll watch the console. So we see it started with Tomcat on port 80 80. Now I've launched Postman and I'll show you that you can import a set of collection API calls. This API demo1postmancollection.json file if you click that and open it, I've already got it opened, it will launch and then it starts with this explore California APIs collection. And this is just a shortcut I've added so you don't have to type in each one of the API calls. So within the introduction folder, select the first one, which is, get all tour packages. So here's the HTTP call to get all the tour packages, click send and we see there's our tour packages for Backpack Cali, California Hot Springs, et…

Contents