Skip to content

Commit

Permalink
Java 2 – aktualizace lekce 11 podzim 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipJirsak committed Dec 5, 2023
1 parent a07e89b commit 2b10635
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Pokud doplněk nemáš, na úvodní obrazovce IntelliJ IDEA zvol tlačítko *Get
který chceš klonovat.

## Tahák
* anotace `@RestController` – anotace pro REST controller
* anotace `@Version` – optimistické zamykání při přístupu k datům
* anotace `@GetMapping`, `@PostMapping`, `@PutMapping`, `@DeleteMapping`, `@PatchMapping`, `@RequestMapping`
* HTTP metody:
Expand Down

0 comments on commit 2b10635

Please sign in to comment.