Spring MVC @GetMapping @ModelAttribute percent (%) 기호는 null 값을 제공합니다. 1. 질문(문제점): 내 컨트롤러는 다음과 같습니다. @CrossOrigin(origins = "http://localhost:3000") @RestController @RequestMapping("/api/v1/employees") public class EmployeeController { @Autowired private EmployeeService employeeService; @GetMapping() public List getEmployeesBySearch(@Valid @ModelAttribute SearchDto searchDto) { return employeeSer..