Spring Boot - REST Controllers
You want to create a controller method that accepts multiple values for the same query parameter "tag" like
?tag=java&tag=spring. Which is the correct way to declare the parameter using @RequestParam?