Project-Sonata / Profiles

Provide access for profile and account of the user
0 stars 0 forks source link

Refactored repository layer of the application #8

Closed justJavaProgrammer closed 5 months ago

justJavaProgrammer commented 5 months ago

Refactored repository layer of the application

Added Repository<T, ID> interface that does not depend on any implementation Added UserProfileRepository that works with UserProfileEntity. Added R2DBC implementation.