October 2022
Beginner to intermediate
139 pages
2h 3m
English
The logical path to take from here would be to add some database interactivity to our microservice application since that is certainly something that you’d need to do in any real-world project. We’ll focus on adding a very simple persistence tier to the application that will store and retrieve user data to and from Oracle DB. Locally, we’ll test against an instance of Oracle XE running in a Docker container, and we’ll use Liquibase to handle our schema creation and migrations. This will make ...
Read now
Unlock full access