As last year I’m gonna write a short recap here. In global life, 2016 wasn’t a good year, in my private and work life however, 2016 was the best year in a long time. Java activity started early 2016, first with an Euregio JUG event having Bert-Jan in Aachen, NetBeans day in Utrecht and Java […]
This post has been featured on This Week in Spring – November 8, 2016 and I’m so happy to be referred as “friend of the Spring community” 🙂 So, you have read through the previous parts of this series (1, 2 and 3) and you now have a Spring Boot project with jOOQ enabled, an […]
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.