1. Using @ModelAttribute Annotation
I saw several developers using Map<String, String> when there are many request parameters.
Java
@GetMapping
public SomeDto getAll(@RequestParam Map<String, String> params)from DZone.com Feed https://ift.tt/3juEfag
No comments:
Post a Comment