The project is base on the tutorial of Amigoscode
I add a global exception handling and have the controller to response with HTTP status code.
Create a env.propeerties
file in the root with the following information:
- DB_URL=jdbc:postgresql://<your_database_url>
- DB_USER=<your_database_username>
- DB_PWD=<your_database_password>