From: prashantgosai11 Date: Wed, 06 Jan 2021 17:13:42 +0530 Subject: geocoder --- geocoder --- --- 'a/src/main/resources/application.properties' +++ b/src/main/resources/application.properties @@ -2,7 +2,7 @@ spring.mvc.view.prefix=/views/ spring.mvc.view.suffix=.jsp server.port=9080 -spring.datasource.url=jdbc:postgresql://localhost:5432/postgres?useSSL=false +spring.datasource.url=jdbc:postgresql://localhost:5432/vedas?useSSL=false spring.datasource.username=postgres spring.datasource.password=postgres spring.datasource.platform=postgres