This is the service of hotel application
First of all you need to set your postgres configurations on the applitcation.properties file.
## PostgreSQL
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
spring.datasource.username=postgres
spring.datasource.password=123