Browsing Tag
springboot
29 posts
hibernate-003: @IdClass(PaymentId.class)
The annotation @IdClass(PaymentId.class) is used in JPA (Java Persistence API) to define a composite primary key for the…
The Dead Letter Channel Enterprise Integration Pattern (EIP): A Deep Dive
Master the Dead Letter Channel (DLQ) pattern: ensure resilience, prevent message loss, and debug failures When designing robust…
Sociable Unit Test simplified
Do you find writing good and robust unit tests hard? Do your tests break when you refactor? Or…
OTP Authentication: The Passwordless Superhero of Your App! 🦸♂️✨
Ever felt like passwords are your kryptonite? We’ve all been there. Forgetting passwords, trying to create the perfect…
With Spring can I make an optional path variable?
Yes, you can make a path variable optional in Spring by using @PathVariable with the required attribute set…
Contributing to ByteChef
Before we start… If you have just stumbled upon my OSD600 series of blog posts, it has been…
Spring Boot: A Revolução no Desenvolvimento de Aplicações Java
Se você desenvolve em Java, já deve ter ouvido falar de Spring Boot. Mas se ainda não conhece,…
Dockerizing your Java Spring Boot application with Maven, along with a PostgreSQL database
Dockerizing a Spring Boot application involves creating a Docker image that contains your application and its dependencies. This…
Enhance Your Debugging Skills by Contributing to the Journal REST API
Hello, fellow developers! Are you looking to improve your debugging skills while contributing to an open-source project? Our…
Melhorando o desempenho de aplicações Spring Boot – Parte I
Ao iniciar aplicações Spring Boot, normalmente usamos as configurações padrão fornecidas pelos starters, o que é suficiente para…