Learn how to setup a reliable and repeatable database migration process before applying the jOOQ code generator that produces a Java based database schema that you can use inside your Spring Boot application.
In this post I’ll show you how to make use of the Official Oracle Database scripts for creating Docker container. We use Maven and the Docker Maven plugin to customize the container further.
Spring Boot supports the Java Object Oriented Querying out of the box. This is the first post of a series that builds a database centric application based on Spring Boot from scratch and which guides you to build a cloud native, database centric application.