Introduction
This module walks you through the steps to build a Spring Boot microservice from scratch, and to deploy it into the Oracle Backend for Microservices and AI. In this lab, we will build the “Account” microservice. In the next lab, the remaining Cloud Bank microservices will be provided for you.
Estimated Time: 20 minutes
Quick walk through on how to build an account microservice.
Objectives
In this lab, you will:
- Create a new Spring Boot project in your IDE
- Prepare objects in the Oracle Database using SQLcl
- Use Spring Data JPA to allow your microservice to use the data in the Oracle database
- Create REST services to allow clients to perform create, read, update, and delete operations on accounts
- Deploy your microservice into the backend (Oracle Backend for Microservices and AI)
Prerequisites (Optional)
This module assumes you have:
- An Oracle Cloud account.
- All previous labs successfully completed.