Skip to content

Library2: API Rest Author Book @OneToMany CRUD with Swagger

Albert edited this page May 26, 2022 · 30 revisions

Welcome to the cifojava2022-3 wiki!

Spring Boot Projects: Library2

Base project

  • Base project:

New tools

  • Author @Entity
  • 1:n relationship: unidrectional or bidirectional
  • Annotations:
    • @OneToMany
    • @ManyToMany
    • @JoinColumn

Versions

version 1.0 : basic project:

  • Author and Book @Entity wiht basic CRUD operations (Read and Create)
  • without assigning Author <1:n> Book
Clone this wiki locally