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 solution to the task: #11

Closed

Commits on Aug 2, 2023

  1. Added solution to the task:

    - established connection to db
    - created init_db.sql file in src/main/resources folder
    - created layer for Book model
    - used injector and Dao annotation
    - called all CRUD methods in Main class
    mykoladymchenko committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    763e5bf View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. fixed after review:

    - updated findById method
    mykoladymchenko committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c360d13 View commit details
    Browse the repository at this point in the history