π The best way to validate the DDL schema with Spring and Hibernate
https://vladmihalcea.com/validate-ddl-schema-spring-hibernate/
https://vladmihalcea.com/validate-ddl-schema-spring-hibernate/
Vlad Mihalcea
How to validate the DDL schema with Spring and Hibernate
Learn the best way to validate the DDL schema and the JPA entity mappings when using Spring, JPA and Hibernate.
π Spring Boot Properties Prefix Must Be in Canonical Form
https://www.baeldung.com/spring-boot-properties-canonical-form
https://www.baeldung.com/spring-boot-properties-canonical-form
Baeldung
Spring Boot Properties Prefix Must Be in Canonical Form | Baeldung
Learn how to avoid Spring Boot configuration properties errors by using canonical kebab-casing formats.
π Securing Spring Boot API With API Key and Secret
https://www.baeldung.com/spring-boot-api-key-secret
https://www.baeldung.com/spring-boot-api-key-secret
Baeldung on Kotlin
Securing Spring Boot API With API Key and Secret | Baeldung
A quick and practical guide to securing Spring Boot APIs with API keys and secrets.
π Spring Cloud Kubernetes with Spring Boot 3
https://piotrminkowski.com/2023/06/08/spring-cloud-kubernetes-with-spring-boot-3/
https://piotrminkowski.com/2023/06/08/spring-cloud-kubernetes-with-spring-boot-3/
Piotr's TechBlog
Spring Cloud Kubernetes with Spring Boot 3 - Piotr's TechBlog
In this article, you will learn how to create, test, and run apps with Spring Cloud Kubernetes, and Spring Boot 3.
π Add a Checked Attribute to Input Conditionally in Thymeleaf
https://www.baeldung.com/thymeleaf-conditional-checked-attribute
https://www.baeldung.com/thymeleaf-conditional-checked-attribute
Baeldung
Add a Checked Attribute to Input Conditionally in Thymeleaf | Baeldung
A quick and practical guide to conditionally adding a checked attribute to input in Thymeleaf.
π The best way to use one-to-one table relationships
https://vladmihalcea.com/one-to-one-table-relationships/
https://vladmihalcea.com/one-to-one-table-relationships/
Vlad Mihalcea
The best way to use one-to-one table relationships - Vlad Mihalcea
Learn what are one-to-one table relationships, why we need them, and the best way to use them when using a relational database system.
π1
π Priority Queue Pattern With Spring Boot
https://www.vinsguru.com/priority-queue-pattern-with-spring-boot/
https://www.vinsguru.com/priority-queue-pattern-with-spring-boot/
Vinsguru
Priority Queue Pattern With Spring Boot | Vinsguru
Let's consider a distributed application in which requests are processed as and when they arrive. Let's also consider that these requests are time-consuming
π Preview Environments on Kubernetes with ArgoCD
https://piotrminkowski.com/2023/06/19/preview-environments-on-kubernetes-with-argocd/
https://piotrminkowski.com/2023/06/19/preview-environments-on-kubernetes-with-argocd/
Piotr's TechBlog
Preview Environments on Kubernetes with ArgoCD
In this article, you will learn how to create preview environments for development purposes on Kubernetes with ArgoCD and Tekton.
π How to fetch multiple to-many relationships with jOOQ MULTISET
https://vladmihalcea.com/fetch-multiple-to-many-jooq-multiset/
https://vladmihalcea.com/fetch-multiple-to-many-jooq-multiset/
Vlad Mihalcea
How to fetch multiple to-many relationships with jOOQ MULTISET
Learn how to fetch multiple to-many relationships using jOOQ MULTISET without generating an unintentional Cartesian Product.