geekyhacker.com
Test Spring Data Repositories with H2 in-memory database
When writing code, it’s crucial to test every possible corner to eliminate potential bugs, be more confident about the quality of work, and ensure feature correctness. Testing Spring Data Rep…