How To Get Data from Db in intellij in Soring Framework using spring boot?

98 Views Asked by At

postman3Postman Screens Browser ScreenshotI want to get employee data but this error showing. what is the solution for this? I have included all dependencies

{
    "timestamp": "2020-12-21T12:53:24.307+00:00",
    "status": 404,
    "error": "Not Found",
    "message": "",
    "path": "/bookme/getEmpById"
}

enter image description here

1

There are 1 best solutions below

1
On

Have you configured the server.servlet.context-path property? If configured, add it to the port