Spring Boot - Testing Spring Boot Applications
You want to test a repository method that uses a custom JPQL query with
@DataJpaTest. However, the test fails because the query references a table that does not exist. What is the best way to fix this?