I am new to Spring boot and have no prior experience in spring boot and I have below requirement
I have an UI with multiple fields ( check boxes, Text fields , drop downs etc). when user edit a record and submit button clicked , my rest service will be called.
Here I need to take the multiple ( almost 10) parameters in my request and save them into database.
and can I declare ENUM values for drop downs?
what is the best way to achieve this.