- Mastering Spring 5.0
- Ranga Rao Karanam
- 77字
- 2021-07-02 22:12:12
Flow 5 - Controller redirecting to a View with a form
Now let's shift our attention to creating a simple form to capture input from the user.
The following steps will be needed:
- Create a simple POJO. We want to create a user. We will create a POJO User.
- Create a couple of Controller methods--one to display the form, and the other to capture the details entered in the form.
- Create a simple View with the form.