News

Benefits of Spring Boot properties files While configuring properties files might not be as exciting as extending a Java class or coding a Java component, doing so is equally important. Fortunately, ...
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 ...
Spring profiles let Spring Boot apps switch between runtime targets and staging environments. This tutorial teaches how to create and use Spring profiles.