JpaRepository Whitelabel Error Page – This application has no explicit mapping for /error
I am trying to extend my implementation by adding a second repository (Review). However, when I try to access http://localhost:8080/api/reviews I get the above error. Can anyone spot where I’ve messed up? I’m really knew to this so no doubt I’ve made a rookie mistake.