This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Following Gist provides | |
* | |
* - BaseRepository, | |
* - Respositories Trait/Implementation, | |
* - BaseService, | |
* - Services Traits/Implementations | |
* - Config to tie services and repositories | |
* - Registry to add environment specific config like spring profiles (this is for Play framework) | |
*/ |