排序
ShedLock: Scheduling + Horizontal Scaling
ShedLock: Scheduling + Horizontal Scaling,Um dos artíficios importantes no momento do desenvolvimento é poder ter tarefas agendadas que executam assíncronamente. Essas tarefas s...
Spring Framework Ecosystem
Spring Framework Ecosystem,Spring isn't just a framework—it's an ecosystem! In this blog, we explored the core components of the Spring ecosystem, its benefits, and why it's a top...
Example of @Async in Spring Boot for Beginners
Example of @Async in Spring Boot for Beginners,The @async annotation in Spring Boot allows you to run tasks asynchronously (in the background) without blocking the main thread. Thi...
Getting Started with Microservices: A Beginner’s Guide Using Spring Boot
Getting Started with Microservices: A Beginner's Guide Using Spring Boot,Microservices have become an essential part of modern software architecture due to their flexibility, scala...
Implementing gRPC with Kotlin & Spring Boot 3: A Comprehensive Guide
Implementing gRPC with Kotlin & Spring Boot 3: A Comprehensive Guide,In modern microservices, efficient and reliable inter-service communication is paramount. gRPC, an open-source ...
Designing a Scalable Architecture – with Some Spring Boot Examples
Designing a Scalable Architecture - with Some Spring Boot Examples,Scalability is a critical factor when designing modern backend systems. A well-structured Spring Boot application...
Spring Boot vs .NET Core: Complete Developer Migration Guide
Spring Boot vs .NET Core: Complete Developer Migration Guide,Whether you’re moving from Spring Boot to .NET Core or vice versa — your transition guide is here Supported Languages...
Learn about the priority levels of config files and distinguish between .yaml and .properties files in Java Spring Boot.
Learn about the priority levels of config files and distinguish between .yaml and .properties files in Java Spring Boot.,Hello everyone! Today, I will guide you through the priorit...
Simplifying Apache Kafka with Spring Boot 3 and Cloud Stream
Simplifying Apache Kafka with Spring Boot 3 and Cloud Stream,In this article, we’ll craft a practical demo using Spring Boot 3, Spring Cloud Stream, and Apache Kafka to demonstrat...
Spring Boot 3.4 application on AWS Lambda- Part 6 GraalVM Native Image with Spring Cloud Function AWS
Spring Boot 3.4 application on AWS Lambda- Part 6 GraalVM Native Image with Spring Cloud Function AWS, Spring Boot 3.4 application on AWS Lambda (7 Part Series) 1 Spring Boot 3.4 a...
Pagination in Spring Boot with Spring Data JPA
Pagination in Spring Boot with Spring Data JPA,Pagination is an essential feature in APIs that handle large volumes of data. In Spring Boot applications, we can implement paginatio...
Creating Test Jars in Maven for multi-module projects
Creating Test Jars in Maven for multi-module projects,In multi-module projects, individual modules often contain classes or resources that should also be used in modules based on t...