Spring Boot - Testing Spring Boot Applications
You want to test a repository method that returns a list of users filtered by age using
@DataJpaTest. The method uses a native SQL query. How can you ensure the test uses the correct database dialect and schema?