News

Spring is perhaps the best of the component-based frameworks that emerged at the turn of the 21st century. It vastly improves the way that developers write and deliver infrastructure code in Java ...
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 larger Spring Boot projects, I tend to favor @Component over @Bean. Using @Component keeps your configuration centralized, typically in a dedicated configuration file, which helps keep your actual ...
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 ...