Demonstrates a fake in-memory repository for testing purposes.
All code is in a single file for clarity: FakeRepositorySampleApplication.java
Owner— entityOwnerRepository— repository interfaceFakeOwnerRepository— in-memory implementation usingLinkedHashMap
./mvnw spring-boot:run