Open
Description
For ex. we could use
@GetMapping("/deposit")
instead of
@RequestMapping(value = "/deposit", method = RequestMethod.GET)
Metadata
Metadata
Assignees
Labels
No labels
For ex. we could use
@GetMapping("/deposit")
instead of
@RequestMapping(value = "/deposit", method = RequestMethod.GET)