@RequestParam은 항상 String으로 데이터를 받음 그래서 Map<String, Integer>로 받을 수 없음
@RequestParam
String
Map<String, Integer>
<input> 데이터들을 바로 object로 변환
<input>