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.
This post has been featured on This Week in Spring – September 20, 2016 and on the Hibernate Community Newsletter 19/2016. Two weeks ago, I wrote a post on how to use Hibernate Search with Spring Boot. The post got featured on the Hibernate community newsletter as well as on Thorbens blog Thoughts on Java. […]