SpringのRestControllerとControllerの違い
■共通点
・Controllerクラスとして認識させる
・本アノテーションがついたメソッドの戻り値がレスポンスとなる。
■異なる点
・戻り値の違い
RestController: リクエストを受け、JSONやXMLを返す。戻り値はレスポンスボディ。
Controller: 画面遷移用。戻り値は遷移先のHTML(遷移する画面の名前)を返す。
More than 1 year has passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme