π High-Performance Java Persistence Newsletter, Issue 57
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-57/
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-57/
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 57 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
π Getting Started with Spring Cloud Azure
https://piotrminkowski.com/2023/12/07/getting-started-with-spring-cloud-azure/
https://piotrminkowski.com/2023/12/07/getting-started-with-spring-cloud-azure/
Piotr's TechBlog
Getting Started with Spring Cloud Azure - Piotr's TechBlog
This article will teach you how to use Spring Cloud to simplify integration between Spring Boot apps and Azure services like Cosmos DB.
π Modify Request Body Before Reaching Controller in Spring Boot
https://www.baeldung.com/spring-boot-change-request-body-before-controller
https://www.baeldung.com/spring-boot-change-request-body-before-controller
Baeldung on Kotlin
Modify Request Body Before Reaching Controller in Spring Boot | Baeldung
Learn how to modify an HTTP request before it reaches the controller in a Spring Boot application.
π The best way to map multiple entities on the same table
https://vladmihalcea.com/multiple-entities-on-same-table/
https://vladmihalcea.com/multiple-entities-on-same-table/
Vlad Mihalcea
The best way to map multiple entities on the same table - Vlad Mihalcea
Learn the best way to map multiple entities on the same table without risking loading them in the same Persistence Context.
π High-Performance Java Persistence Newsletter, Issue 58
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-58/
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-58/
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 58 - Vlad Mihalcea
The High-Performance Java Persistence Newsletter features articles, videos, and answers to common StackOverflow questions.
π1
π Azure DevOps and Terraform for Spring Boot
https://piotrminkowski.com/2024/01/03/azure-devops-and-terraform-for-spring-boot/
https://piotrminkowski.com/2024/01/03/azure-devops-and-terraform-for-spring-boot/
Piotr's TechBlog
Azure DevOps and Terraform for Spring Boot - Piotr's TechBlog
This article will teach you how to automate your Spring Boot app deployment with Azure DevOps and Terraform.
π Remove Null Objects in JSON Response When Using Spring and Jackson
https://www.baeldung.com/spring-remove-null-objects-json-response-jackson
https://www.baeldung.com/spring-remove-null-objects-json-response-jackson
Baeldung on Kotlin
Remove Null Objects in JSON Response When Using Spring and Jackson | Baeldung
Learn how to leverage Jackson mapping to simplify our REST interactions.
π2
π Testing Time-Based Features with Feature Flags
https://reflectoring.io/date-time-feature-flags/
https://reflectoring.io/date-time-feature-flags/
reflectoring.io
Testing Time-Based Features with Feature Flags
Time-based features in a software application are a pain to test. To test such a feature, you can (and should) write unit tests, of course.
π1
π Structured Logging with Spring Boot and Amazon CloudWatch
https://reflectoring.io/struct-log-with-cloudwatch-tutorial/
https://reflectoring.io/struct-log-with-cloudwatch-tutorial/
reflectoring.io
Structured Logging with Spring Boot and Amazon CloudWatch
The primary purpose of logging in applications is to debug and trace one or more root causes of an unexpected behavior.
π Protect Your Code from NullPointerExceptions with Springβs Null-Safety Annotations
https://reflectoring.io/spring-boot-null-safety-annotations/
https://reflectoring.io/spring-boot-null-safety-annotations/
reflectoring.io
Protect Your Code from NullPointerExceptions with Spring's Null-Safety Annotations
NullPointerExceptions (often shortened as βNPEβ) are a nightmare for every Java programmer.
We can find plenty of articles on the internet explaining how to write null-safe code.
We can find plenty of articles on the internet explaining how to write null-safe code.