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
network-backend Switch dependency from panache to jOOQ in network-backend 2024-03-09 21:07:17 +03:00
network-context
network-controller-rest
network-core
network-data-jooq Refactor PersonRepositoryImpl class for better readability 2024-03-09 21:24:59 +03:00
network-data-panache
network-domain
network-exception
network-schema-rest
postman Update Postman collection settings 2024-03-09 21:24:47 +03:00
.dockerignore
.env
.gitignore
docker-compose.yml
Dockerfile
Dockerfile.native
mvnw
mvnw.cmd
pom.xml
README.md

MySpace

Запуск

docker compose up --build

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