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

refactor: docker-compose.yml #56

Merged
merged 2 commits into from
Dec 10, 2023
Merged

refactor: docker-compose.yml #56

merged 2 commits into from
Dec 10, 2023

Conversation

SergeyMalyuga
Copy link
Owner

No description provided.

environment:
- SPRING_DATASOURCE_URL=jdbc:postgresql://db:5432/shareit

db:

Choose a reason for hiding this comment

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

Здорово выполнили с docker-compose, но название сервиса базы я бы переименовал в postgres, т.к. у вас может быть ещё один сервис базы mongo и так далее

private UserRequestDto booker;
private ItemRequestDto item;
private BookingStatus status;
int bookerId;

Choose a reason for hiding this comment

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

private


private LocalDateTime created;

String authorName;

Choose a reason for hiding this comment

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

private

@SergeyMalyuga SergeyMalyuga merged commit 515f74e into main Dec 10, 2023
2 checks passed
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