Are you searching for a Command Line Interface (CLI) for your Spring Boot application because you do not need a fancy web interface? Spring Shell might be the answer to your question. In this blog, you will learn the basics of creating such a CLI. Enjoy!
Continue reading “Spring Boot: Build Your Own CLI with Spring Shell”How to Create a GraalVM Docker Image
In this post, you will learn how to create a Docker image for your GraalVM native image. By means of some hands-on experiments, you will learn that it is a bit more tricky than what you are used to when creating Docker images. Enjoy!
Continue reading “How to Create a GraalVM Docker Image”How to Build a Spring Boot GraalVM Image
In this blog, you will learn how to build a GraalVM image for your Spring Boot application. Following these practical steps, you will be able to apply them to your own Spring Boot application. Enjoy!
Continue reading “How to Build a Spring Boot GraalVM Image”