LoginSignup
0
0

More than 1 year has passed since last update.

[個人用]3つアノテーションの1行整理

Last updated at Posted at 2022-06-10

@RequestParam:1つのHTTPリクエストを受け取るアノテーション

@ModelAttribute:Objectの作成から値の入力までのプロセスを自動化してくれるアノテーション

@RequestMapping:ClientのRequestを処理するControllerを見つけてくれるアノテーション。
         これはマッチングサービスみたいなものかな?

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0