Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Examine the application components based on the information provided in its GitHub repository

To start, you will learn about the existing Spring Petclinic application.

  1. Navigate to the src folder of the GitHub repo of this lab and review the README.md file.

  2. Examine the information about starting services locally without Docker, Starting services locally with docker-compose, and Starting services locally with docker-compose and Java. If time permits, consider launching the application locally using either of these methods.

    microservices overview

  3. In the web browser displaying the GitHub repo, navigate to each folder containing the code of the individual spring-petclinic-* services and review their content. You don’t need to know their full details, but you should understand their basic structure.

  4. Make sure you create a local copy of this project for you to work in during the lab. You may also want to push this local copy to a git repository you own.

Step by step guidance

  1. On your lab computer, start a web browser and navigate to GitHub and sign in to your GitHub account. If you do not have a GitHub account, create one by navigating to the Join GitHub page and following the instructions provided on the Signing up for a new GitHub account page.

  2. For the next install and setup steps use the guidance in the Installation instructions.