Skip to content
Snippets Groups Projects
application.properties 276 B
Newer Older
spring.datasource.url= jdbc:postgresql://localhost:5432/onlinebanking
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQL9Dialect
spring.jpa.show-sql =true
spring.jpa.hibernate.ddl-auto=update