π Spring Boot H2 JdbcSQLSyntaxErrorException expected βidentifierβ
https://www.baeldung.com/spring-boot-h2-jdbcsqlsyntaxerrorexception-expected-identifier
https://www.baeldung.com/spring-boot-h2-jdbcsqlsyntaxerrorexception-expected-identifier
Baeldung
Spring Boot H2 JdbcSQLSyntaxErrorException expected βidentifierβ | Baeldung
This tutorial explains the exception org.h2.jdbc.JdbcSQLSyntaxErrorException: Syntax error in SQL statement expected "identifier". It provides a practical example to reproduce the exception and showcases how to fix it by double-quoting the keyword or usingβ¦
π Contract Testing with Quarkus and Pact
https://piotrminkowski.com/2023/05/09/contract-testing-with-quarkus-and-pact/
https://piotrminkowski.com/2023/05/09/contract-testing-with-quarkus-and-pact/
Piotr's TechBlog
Contract Testing with Quarkus and Pact - Piotr's TechBlog
In this article, you will learn how to create consumer-driven contract tests for Quarkus apps using Pact in the microservices architecture.
π Shared Secret Authentication in Spring Boot Application
https://www.baeldung.com/spring-boot-shared-secret-authentication
https://www.baeldung.com/spring-boot-shared-secret-authentication
Baeldung
Shared Secret Authentication in Spring Boot Application | Baeldung
Private microservices may use a shared secret to protect their APIs from illegal access. We look at how to implement a simple token based security pattern based on a shared secret using Spring Security.
π Contract Testing on Kubernetes with Microcks
https://piotrminkowski.com/2023/05/20/contract-testing-on-kubernetes-with-microcks/
https://piotrminkowski.com/2023/05/20/contract-testing-on-kubernetes-with-microcks/
Piotr's TechBlog
Contract Testing on Kubernetes with Microcks - Piotr's TechBlog
In this article, you will learn how to design and perform contract testing on Kubernetes with Microcks for microservices.
π Cache synchronization using jOOQ and PostgreSQL functions
https://vladmihalcea.com/cache-synchronization-jooq-postgresql-functions/
https://vladmihalcea.com/cache-synchronization-jooq-postgresql-functions/
Vlad Mihalcea
Cache synchronization using jOOQ and PostgreSQL functions
Learn how we can achieve Cache synchronization with the help of jOOQ and PostgreSQL TABLE-value functions.
π Custom WebFlux Exceptions in Spring Boot 3
https://www.baeldung.com/spring-boot-custom-webflux-exceptions
https://www.baeldung.com/spring-boot-custom-webflux-exceptions
Baeldung
Custom WebFlux Exceptions in Spring Boot | Baeldung
Learn about the ProblemDetail RFC7807 exception format provided by the Spring Framework and how to create and handle custom exceptions in Spring WebFlux.
π Spring Boot Development Mode with Testcontainers and Docker
https://piotrminkowski.com/2023/05/26/spring-boot-development-mode-with-testcontainers-and-docker/
https://piotrminkowski.com/2023/05/26/spring-boot-development-mode-with-testcontainers-and-docker/
Piotr's TechBlog
Spring Boot Development Mode with Testcontainers and Docker
Learn how to use Spring Boot built-in support for Testcontainers and Docker Compose to run external services in development mode.
π Using Flows with Bull Queue in a NestJS Application
https://betterjavacode.com/programming/flows-bull-queue-nestjs-application
https://betterjavacode.com/programming/flows-bull-queue-nestjs-application
Code Complete
Using Flows with Bull Queue in a NestJS Application - Code Complete
In this post, I show how to use flows with Bull queue in a NestJS Application. Flows are the new feature from Bull Queue.
π High-Performance Java Persistence Newsletter, Issue 51
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-51/
https://vladmihalcea.com/high-performance-java-persistence-newsletter-issue-51/
Vlad Mihalcea
High-Performance Java Persistence Newsletter, Issue 51
Introduction Welcome to a new issue of the High-Performance Java Persistence Newsletter in which we share articles, videos, workshops, and StackOverflow answers that are very relevant to any develoβ¦
π 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.