How to use a H2 in memory database for testing with Spring Boot?
I want to use a in memorey H2
database together with Spring Boot (v. "3.2.0"
) for testing the reult of the JPA Repository Queries.
I want to use a in memorey H2
database together with Spring Boot (v. "3.2.0"
) for testing the reult of the JPA Repository Queries.