-
- All Implemented Interfaces:
-
dev.pitlor.gamekit_spring_boot_starter.interfaces.IGameRepository
@Component()@ConditionalOnProperty(prefix = dev.pitlor, name = {persistenceStrategy}, havingValue = memory, matchIfMissing = true)@ConditionalOnMissingBean(value = {IGameRepository.class}) public final class MemoryGameRepository implements IGameRepository
-
-
Constructor Summary
Constructors Constructor Description MemoryGameRepository()
-