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

Implementing category model #7

Merged
merged 4 commits into from
Sep 9, 2023
Merged

Conversation

fmIst0
Copy link
Owner

@fmIst0 fmIst0 commented Sep 8, 2023

added Category model,
added DTO class for Category entity,
Modified the BookMapper class to have such methods:
-BookDtoWithoutCategoryIds toDtoWithoutCategories(Book book);
-@AfterMapping default void setCategoryIds(@MappingTarget BookDto bookDto, Book book)
-@nAmed("bookFromId") default Book bookFromId(Long id)
added CategoryMapper,
implemented CategoryService,
implemented CategoryController

@fmIst0
Copy link
Owner Author

fmIst0 commented Sep 8, 2023

Сheck only 'added category implementation' commit

@fmIst0 fmIst0 merged commit d54b0eb into master Sep 9, 2023
2 checks passed
@fmIst0 fmIst0 deleted the implementing-category-model branch September 9, 2023 20:55
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