vedas
Clone or download
Modified Files
--- '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