Reading Time: 4 minutes Test the integration layer of your java application with a real Postgres instance using the TestContainer library Creating efficient integration tests is a common challenge when building microservices. Ensure the environment equality among the development and the production environment can be a pain. Mainly when the tools and services require too much hand configuration. When this happens, we […]
Read moreCategory: Containers
Articles related to containers
Learn how to package your java application into a docker image
Posted on — Leave a commentReading Time: 2 minutes Check this very straight tutorial and learn how you can package your java application into a docker image and run it as docker container. Now that all cloud providers make the Kubernetes available and standardize docker as the default container, it´s very useful to package your application into a small image and delivery it not […]
Read more