After a long time of blog hiatus, I was in the mood of trying out one of these “The best way to XYZ” posts for once. While Spring Boot 3 and Spring Framework 6 releases have focused a lot on revamping the application context and annotation processing for GraalVM native image compatibility (and “boring” tasks […]
This post has been featured on This Week in Spring – November 28th, 2017. Lately I have been preparing a small project called simple-meetup that I plan to use for different purposes. You’ll find the repository at GitHub: github.com/michael-simons/simple-meetup. It’s the first project where I used Gradle very intensive and I like my build file […]
I recently needed a database including a huge schema for demo in a very short notice of time. I know know how to run expd/impd but that brings usually hassle regarding users, schemas and so on. As some of you might know I’m using Oracles Database Images for Docker for quite some time now (first […]
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.
This post will use Maven the Maven Failsafe Plugin Docker and the docker-maven-plugin by fabric8 to provide an integration test environment for Spring Boot applications, running at least JUnit 4.12, Spring Boot 1.4, the Failsafe plugin in the version managed by Spring Boot and the latest docker-maven-plugin. Gerald Venzl asked for it on twitter especially […]