Using JAVA, Perform CRUD operations on a Users table. Make acontroller to handle a request for all the four CRUD operations inJAVA. It should do the following:
i) Sanitizes incoming data
ii) Requires first name/last name/user id (user id is theprimary key)
iii) Performs all CRUD operations in an efficient and logicalway
iv) Create any migrations/models for the database table, or havean environment to run it (Docker)
Using JAVA, Perform CRUD operations on a Users table. Make a controller to handle a request for all the four CRUD operat
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am