With Methodical Graphic Facilitation, we can create graphics for all complex ideas or problems.
Category: General
JIB – Docker Simple, Fast, Reproducible
It's 8am and you are ready to put your Spring Boot app into a Docker container. First, you need to install Docker. Depending on your OS, it might be easier or harder. Then, you can try to write your first Docker script for your Docker Java container. But wait! There is already an OpenJDK8 Docker [...]
Fast tracking into new projects through note-taking
In this blog post you will learn techniques that will allow you to fast track into new projects by using organised notes both on paper and in digital format. This will help you become an independent and productive team member so you can contribute early on to the project's performance. When you work as a [...]
Creating a Spring Boot library as JAR
Usually, when developing a Microservice you want to expose its interfaces via REST to other Microservices or to the frontend. However, you might want to develop a library that uses the functionality of Spring Boot. By adding a Maven repackage goal to your pom.xml, your module will be packaged as a Java module instead of [...]
You must be logged in to post a comment.