aabarmin / epam-microservices-training-2022

Apache License 2.0
14 stars 15 forks source link

Design a nice "404 Not Found" page for monolithic-layered app #28

Closed naXa777 closed 11 months ago

naXa777 commented 1 year ago

Run MonolithicApplication and visit http://localhost:8080/drugs/404 (non-existent drug ID).

Actual Demo

image

Expected Demo

image

(or something like this)

Guide

  1. Return 404 status code instead of 500
  2. Read https://www.baeldung.com/spring-boot-custom-error-page
  3. Design 404.html page
  4. Apply 404 page to all resources: Drugs, Pharmacies, Diseases, etc.
youngInnovator commented 11 months ago

Kindly assign this to me

youngInnovator commented 11 months ago

Addressed in #50