🆕 The best UUID type for a database Primary Key
https://vladmihalcea.com/uuid-database-primary-key/
➡️ @SpringFrameworkZone
https://vladmihalcea.com/uuid-database-primary-key/
➡️ @SpringFrameworkZone
Vlad Mihalcea
The best UUID type for a database Primary Key - Vlad Mihalcea
Learn what UUID type works best for a database Primary Key column and why a time-sorted TSID is more effective than the standard UUID.
🆕 Manage Multiple Kubernetes Clusters with ArgoCD
https://piotrminkowski.com/2022/12/09/manage-multiple-kubernetes-clusters-with-argocd/
➡️ @SpringFrameworkZone
https://piotrminkowski.com/2022/12/09/manage-multiple-kubernetes-clusters-with-argocd/
➡️ @SpringFrameworkZone
Piotr's TechBlog
Manage Multiple Kubernetes Clusters with ArgoCD
In this article, you will learn how to deploy the same app across multiple Kubernetes clusters with ArgoCD, vcluster and Kyverno.
🆕 Spring Cloud Data Flow version 2.10.0 released
https://spring.io/blog/2022/12/12/spring-cloud-data-flow-version-2-10-0-released
➡️ @SpringFrameworkZone
https://spring.io/blog/2022/12/12/spring-cloud-data-flow-version-2-10-0-released
➡️ @SpringFrameworkZone
Spring Cloud Data Flow version 2.10.0 released
Level up your Java code and explore what Spring can do for you.
🆕 Sealed Secrets on Kubernetes with ArgoCD and Terraform
https://piotrminkowski.com/2022/12/14/sealed-secrets-on-kubernetes-with-argocd-and-terraform/
➡️ @SpringFrameworkZone
https://piotrminkowski.com/2022/12/14/sealed-secrets-on-kubernetes-with-argocd-and-terraform/
➡️ @SpringFrameworkZone
Piotr's TechBlog
Sealed Secrets on Kubernetes with ArgoCD and Terraform
This article shows how to manage secrets securely on Kubernetes in the GitOps approach using Sealed Secrets, ArgoCD, and Terraform.
🆕 Running Spring Boot Applications with the Embedded Camunda Engine
https://www.baeldung.com/spring-boot-embedded-camunda
➡️ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-embedded-camunda
➡️ @SpringFrameworkZone
Baeldung on Kotlin
Running Spring Boot Applications with the Embedded Camunda Engine | Baeldung
Learn how to leverage the embedded Camunda engine into the Spring Boot application.
🆕 Overriding the Values of Remote Properties in Spring Cloud Config
https://www.baeldung.com/spring-cloud-config-remote-properties-override
➡️ @SpringFrameworkZone
https://www.baeldung.com/spring-cloud-config-remote-properties-override
➡️ @SpringFrameworkZone
Baeldung
Overriding the Values of Remote Properties in Spring Cloud Config | Baeldung
Explore different ways of overriding the values of remote properties in Spring Cloud Config.
🆕 Rate Limiting With Client IP in Spring Cloud Gateway
https://www.baeldung.com/spring-cloud-gateway-rate-limit-by-client-ip
➡️ @SpringFrameworkZone
https://www.baeldung.com/spring-cloud-gateway-rate-limit-by-client-ip
➡️ @SpringFrameworkZone
Baeldung
Rate Limiting With Client IP in Spring Cloud Gateway | Baeldung
Learn how to limit the rate of incoming requests based on the client's actual IP address for our Spring Cloud Gateway.
🆕 Access HTTPS REST Service Using Spring RestTemplate
https://www.baeldung.com/spring-resttemplate-secure-https-service
➡️ @SpringFrameworkZone
https://www.baeldung.com/spring-resttemplate-secure-https-service
➡️ @SpringFrameworkZone
Baeldung on Kotlin
Access HTTPS REST Service Using Spring RestTemplate | Baeldung
Learn how to consume a REST service secured with HTTPS using Spring's RestTemplate.
🆕 Using Firebase Cloud Messaging in Spring Boot Applications
https://www.baeldung.com/spring-fcm
➡️ @SpringFrameworkZone
https://www.baeldung.com/spring-fcm
➡️ @SpringFrameworkZone
Baeldung on Kotlin
Using Firebase Cloud Messaging in Spring Boot Applications | Baeldung
Learn how to send notification messages to web and mobile applications using Google's Firebase Cloud Messaging service.
🆕 Form Login and Basic Authentication in springdoc-openapi
https://www.baeldung.com/springdoc-openapi-form-login-and-basic-authentication
➡️ @SpringFrameworkZone
https://www.baeldung.com/springdoc-openapi-form-login-and-basic-authentication
➡️ @SpringFrameworkZone
Baeldung
Form Login and Basic Authentication in springdoc-openapi | Baeldung
Learn how to configure authentication in Springdoc for accessing protected endpoints via generated documentation in Swagger-UI.
🆕 Spring Data Hibernate Entity Listeners
https://vladmihalcea.com/spring-hibernate-entity-listeners/
➡️ @SpringFrameworkZone
https://vladmihalcea.com/spring-hibernate-entity-listeners/
➡️ @SpringFrameworkZone
Vlad Mihalcea
Spring Data Hibernate Entity Listeners - Vlad Mihalcea
Learn how we to register several Hibernate Entity Listeners that can intercept entity state modifications using Spring Data.
🆕 Enable and Disable Endpoints at Runtime With Spring Boot
https://www.baeldung.com/spring-boot-enable-disable-endpoints-at-runtime
➡️ @SpringFrameworkZone
https://www.baeldung.com/spring-boot-enable-disable-endpoints-at-runtime
➡️ @SpringFrameworkZone
Baeldung
Enable and Disable Endpoints at Runtime With Spring Boot | Baeldung
Learn to enable and disable endpoints at runtime in a Spring Boot application using a few popular libraries, such as Spring Cloud, Spring Actuator, and Apache's Commons Configuration.