@RequestParam:1つのHTTPリクエストを受け取るアノテーション
@ModelAttribute:Objectの作成から値の入力までのプロセスを自動化してくれるアノテーション
@RequestMapping:ClientのRequestを処理するControllerを見つけてくれるアノテーション。
これはマッチングサービスみたいなものかな?
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
@RequestParam:1つのHTTPリクエストを受け取るアノテーション
@ModelAttribute:Objectの作成から値の入力までのプロセスを自動化してくれるアノテーション
@RequestMapping:ClientのRequestを処理するControllerを見つけてくれるアノテーション。
これはマッチングサービスみたいなものかな?
Register as a new user and use Qiita more conveniently
Go to list of users who liked