Skip to content

Commit

Permalink
"[Car] added CarService і CarServiceImpl, added CarMapper, changed li…
Browse files Browse the repository at this point in the history
…brary on jakarta validation in pom"
  • Loading branch information
AntonZhdanov committed Oct 3, 2023
1 parent a8dca33 commit 98f1fa0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
@RequiredArgsConstructor
@RequestMapping(value = "/cars")
public class CarController {
private final CarService carService;

@PostMapping
@ResponseStatus(HttpStatus.CREATED)
@Operation(summary = "Save new car",
Expand Down

0 comments on commit 98f1fa0

Please sign in to comment.