作記録

記憶代わり

Spring Framework の @ModelAttribute の使い方

概要

@ModelAttribute の使い方には、下記の2つがある。

1. @Controllerのメソッドに使う方法

参考...https://spring.pleiades.io/spring-framework/docs/current/reference/html/web.html#mvc-ann-modelattrib-methods

2. @Controllerのメソッド引数に使う方法

参考...https://spring.pleiades.io/spring-framework/docs/current/reference/html/web.html#mvc-ann-modelattrib-method-args