kh77 / sb-many-to-many

Hibernate Many to Many annotation example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

Hibernate Many to Many annotation example


Languages

Language:Java 100.0%