From the course: Creating Spring Boot Microservices
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
How to use the exercise files - Spring Boot Tutorial
From the course: Creating Spring Boot Microservices
How to use the exercise files
- [Instructor] Let's take a moment to show you how to use the source code files, and how to run the project in GitHub Codespaces. We'll be using a GitHub repository for the project that'll go along with each video. There's a link in the repo on the course homepage just under the video player. To access the code for a given video, you'll go to the appropriate branch in GitHub. To practice along with the course, you can clone the repository to your local machine, or you can create a codespace directly from the course Overview page. First, click Open next to the GitHub Codespaces. If you're already logged in, you'll be directed to a Getting Started with GitHub Codespaces page. If you're not logged in, you'll be prompted to log in or create a free GitHub account first. Here is our code repository. Click the Branches and you can see some sample branches here. The naming convention for the branches is chapter number, underscore, video number, and then B or E, depending on whether the code…