-
Notifications
You must be signed in to change notification settings - Fork 6
Library2: API Rest Author Book @OneToMany CRUD with Swagger
Albert edited this page May 26, 2022
·
30 revisions
Welcome to the cifojava2022-3 wiki!
- Base project:
- POM
- API REST Book
- DataBase H2:
Library2
- Application.properties
- Command Line Runner with methods to test
- Swagger: URL swagger : http://localhost:8080/swagger-ui.html
- @Entity, @RestController, @Service, @CrudRepository JPA 2.0, @Component
-
Author
@Entity -
1:n
relationship: unidrectional or bidirectional - Annotations:
- @OneToMany
- @ManyToMany
- @JoinColumn
version 1.0 : basic project:
- Author and Book @Entity wiht basic CRUD operations (Read and Create)
- without assigning
Author <1:n> Book
by Java Cifo 2022 IFCD53 Desenvolupament en Java amb framework Spring