I want to build and run following application https://github.com/sdeleuze/geospatial-messenger
I have little experience with backend and data bases so I need some guidance with following installation step:
Customize database configuration on application.yml.
application.yml
logging:
level:
org.springframework.web.servlet: INFO
spring:
datasource:
platform: "postgis"
driver-class-name: "org.postgis.DriverWrapper"
url: "jdbc:postgresql_postGIS://localhost/geospatial-messenger"
username: "postgres"
mvc:
async:
request-timeout: 1000000
Please outline steps that I should perform with my data base to configure it according to a file.
I have PostgreSQL 10 on Ubuntu 18.04