News

How to deploy Spring Boot apps in AWS To deploy a cloud-native microservice built with Spring Boot in AWS, follow these steps: Dockerize the application and push the image to your container registry.
Here's how to build a Spring Boot 12-Factor app and safely deploy a cloud-native Java app to Docker and Kubernetes servers.
In this talk I will present and compare several options of how to run Spring Boot 3 application on AWS Lambda using the following frameworks or tools: AWS Serverless Java… Read More ...
Mocking gRPC services allows you to validate gRPC integration code during your tests while avoiding common pitfalls. Learn how to use WireMock’s Spring Boot integration to mock gRPC services.