I have followed your project, I'm not using application.yml but I'm using the application.propperties instead. I've also executed the DDL file in my PostgreSQL and I've changed url, username, password, etc to fit my own database. But I just keep getting this response in Postman:
{
"timestamp": "2021-05-05T13:51:59.101+00:00",
"status": 401,
"error": "Unauthorized",
"message": "No message available",
"path": "/api/event/"
}
When I run the curl command i get this:
(6) Could not resolve host: application
curl: (6) Could not resolve host: test2'
Can you help me in any way?
I have followed your project, I'm not using application.yml but I'm using the application.propperties instead. I've also executed the DDL file in my PostgreSQL and I've changed url, username, password, etc to fit my own database. But I just keep getting this response in Postman:
When I run the curl command i get this:
Can you help me in any way?