-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing Repository Id from Long to String (#55)
* added DTO mapper for Users Model * added auto generated DTOs, and APIs are now returning DTOs * adding mapper for different models and making sure API return only DTOs * tried refactoring user-service and model repos * added new DTOs for the db models * added DAO to DTO Mappers but having problem in package initialization, hence in compilation. * Moved mapper and DTOs to gamedoora-model * refactoring packages * minor refactoring * added configs for running the application * changed private fields to setter based autowiring * refactored naming convention in UserController and added test classes * updated UserRepositoryTest and its configs * updated test repository imports * updates and resolving conflicts * Updated test repository * updating Repository id from Long to String * fixing repository method
- Loading branch information
1 parent
a8c1491
commit 4c112fa
Showing
4 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
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
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
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
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