Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ТЗ 16. Добавить докер и многомодульность #5

Merged
merged 2 commits into from
Apr 7, 2024

Conversation

kapetrosyan1
Copy link
Owner

No description provided.

private final BookingClient bookingClient;

@GetMapping
public ResponseEntity<Object> getBookings(@RequestHeader(USER_HEADER) long userId,
Copy link

@PolnySkvorets PolnySkvorets Apr 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Здесь лучше у userId установить тип Long, так , чтобы можно было валидировать этот параметр нормально, а не падать с исключением, если передан пустой параметр, аналогично ниже в других методах

Copy link

@PolnySkvorets PolnySkvorets left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Привет. Хорошая работа, оставил небольшое замечание

Copy link

@PolnySkvorets PolnySkvorets left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Принято

@kapetrosyan1 kapetrosyan1 merged commit a3f7ddf into main Apr 7, 2024
2 checks passed
@kapetrosyan1 kapetrosyan1 deleted the add-docker branch May 6, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants