Postgresql – Spring Boot integration testing with H2 database not working due to schema not found
I try to develop integration tests with H2 database but it always fails to find schema even though it is present. Spring Boot 3.3.3 with Java 22. As main database I use PostgreSQL 16. I also have src/test/resources/schema.sql where the…