/sb-many-to-many

Hibernate Many to Many annotation example

Primary LanguageJava

Hibernate Many To Many Example

Curl Request

  • Find All books but who have 3 books

    curl --location --request GET 'localhost:8080/books'

  • Find Book by Author Name

    curl --location --request GET 'localhost:8080/books/author/John'