retail-banking
retail-banking copied to clipboard
Using latest anootations for controllers
For ex. we could use
@GetMapping("/deposit")
instead of
@RequestMapping(value = "/deposit", method = RequestMethod.GET)