Package com.fiap.tech_challenge.parte1.ms_users.repositories
package com.fiap.tech_challenge.parte1.ms_users.repositories
-
ClassDescriptionRepository interface responsible for CRUD operations on Address entities.Implementation of the AddressesRepository interface using JdbcClient to perform database operations.Repository interface for managing User entities.Implementation of the
UserRepository
interface using Spring'sJdbcClient
for data access.