Skip to content

core-java-samples/in-memory-repository-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

in-memory-repository-sample

Demonstrates a fake in-memory repository for testing purposes.

Structure

All code is in a single file for clarity: FakeRepositorySampleApplication.java

  • Owner — entity
  • OwnerRepository — repository interface
  • FakeOwnerRepository — in-memory implementation using LinkedHashMap

Run

./mvnw spring-boot:run

About

Repository abstraction backed by in-memory collections.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages