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

Added Category entity with all related dto, service, mapper and controller. #12

Merged
merged 6 commits into from
May 17, 2024

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    9eaa94b View commit details
    Browse the repository at this point in the history
  2. Added Category entity with all related dto, service and controller. A…

    …dded mapper for Category. Created DB tables categories and books_categories.
    nklimovych committed May 15, 2024
    Configuration menu
    Copy the full SHA
    510f3c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00635f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d14de8 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Added @requiredargsconstructor instead of constructor autowiring. Add…

    …ed findCategoryByIdOrElseThrow() method at CategoryServiceImpl.
    nklimovych committed May 16, 2024
    Configuration menu
    Copy the full SHA
    996f91a View commit details
    Browse the repository at this point in the history
  2. Removed empty line

    nklimovych committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4c17749 View commit details
    Browse the repository at this point in the history