You are on page 1of 1

1.

JSON with syntax and Implementation in Postman

2.CRUD Http methods implemented using JPA Repository

2(a)Controllers

@RequestMapping

@GetMapping

@PostMapping

@PutMapping

@DeleteMapping

@RequestBody

@pathvariable

2(b) Model

Simple POJO code

@GeneratedValue

@Id

@column

@Entity

2(c) Exceptions custom exception resource not found exception

2(d)Repository JPA

3.Insertion/deletion/update/read in the database(Postgres)

You might also like