Troubleshooting Spring MVC RequestMapping

preview_player
Показать описание
In this video I troubleshoot a problem with how the RequestMapping is configured in Spring MVC. A student of mine was having a problem with a Thymeleaf form post under Spring Boot.
Рекомендации по теме
Комментарии
Автор

I just remove value from annotation, /user at class level is enough, no need to define "/" and "" if "/" is not in use anywhere else

jeimsjeims