You can absolutely do that, just remove the @RequestParam annotation, Spring will cleanly bind your request parameters to your class instance: public ...
確定! 回上一頁