These are the stuff that we talked on the first code reveiw,
- Use audit model instead of using a specific column for the date attribute.
- Change the 500 response to Bad request response on the Id not found exception on delete certificate endpoint.
- Add java doc comments on endpoint methods.
- Implement the same functions with a new architecture using Controller, Service, DAO and, Repository.