概要 入力フォームを Spring Web MVC の Annotation Controllers で実装しているときに、 @ModelAttribute と @SessionAttributes を使ったところ、すんなりと上手くいかない部分がありました。 そこで、起きた問題と解決策を記事に書きました。 前提 Java 17 Kotlin 1.7 Spring Boot 3.0 プロジェクトを作るときに spring-boot-starter-web と spring-boot-starter-thymeleaf を依存ライブラリとして追加しました。 結論 @SessionAttribute…