Go to file
Struchkov Mark 9d5df57645
Refactor PersonRepositoryImpl class for better readability
The refactoring simplified the 'insertInto' method within the PersonRepositoryImpl class. Now, instead of transforming the item to a Multi and collecting the last item, it directly finds the person by Id. This change enhances the code's readability and maintainability.
2024-03-09 21:24:59 +03:00
.mvn/wrapper Add new REST resource and Docker configurations 2024-03-02 12:29:10 +03:00
network-backend Switch dependency from panache to jOOQ in network-backend 2024-03-09 21:07:17 +03:00
network-context Add exception handling and database changes 2024-03-09 20:54:23 +03:00
network-controller-rest Add exception handling and database changes 2024-03-09 20:54:23 +03:00
network-core Add exception handling and database changes 2024-03-09 20:54:23 +03:00
network-data-jooq Refactor PersonRepositoryImpl class for better readability 2024-03-09 21:24:59 +03:00
network-data-panache Add exception handling and database changes 2024-03-09 20:54:23 +03:00
network-domain Add exception handling and database changes 2024-03-09 20:54:23 +03:00
network-exception Add exception handling and database changes 2024-03-09 20:54:23 +03:00
network-schema-rest Add exception handling and database changes 2024-03-09 20:54:23 +03:00
postman Update Postman collection settings 2024-03-09 21:24:47 +03:00
.dockerignore Add exception handling and database changes 2024-03-09 20:54:23 +03:00
.env Add exception handling and database changes 2024-03-09 20:54:23 +03:00
.gitignore Add exception handling and database changes 2024-03-09 20:54:23 +03:00
Dockerfile Add exception handling and database changes 2024-03-09 20:54:23 +03:00
Dockerfile.native Add exception handling and database changes 2024-03-09 20:54:23 +03:00
README.md Add exception handling and database changes 2024-03-09 20:54:23 +03:00
docker-compose.yml Add exception handling and database changes 2024-03-09 20:54:23 +03:00
mvnw Add new REST resource and Docker configurations 2024-03-02 12:29:10 +03:00
mvnw.cmd Add new REST resource and Docker configurations 2024-03-02 12:29:10 +03:00
pom.xml Add exception handling and database changes 2024-03-09 20:54:23 +03:00

README.md

MySpace

Запуск

docker compose up --build

Postman коллекция находится в папке postman.