source: src/main/resources/application.properties@ 850b344

Last change on this file since 850b344 was 850b344, checked in by Tamara Simikj <tamara.simic12@…>, 2 years ago

Initial commit

  • Property mode set to 100644
File size: 711 bytes
Line 
1#
2#spring.datasource.url=jdbc:postgresql://localhost:5432/postgres-project
3#spring.datasource.username=postgres
4#spring.datasource.password=tamara
5#spring.jpa.hibernate.ddl-auto=update
6#spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
7spring.datasource.driver-class-name=org.postgresql.Driver
8spring.datasource.url=jdbc:postgresql://localhost:9999/db_202122z_va_prj_beautycenter
9spring.datasource.username=db_202122z_va_prj_beautycenter_owner
10spring.datasource.password=c792d1ce38b4
11spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
12#spring.jpa.hibernate.ddl-auto=validate
13spring.jpa.show-sql=true
14spring.jpa.properties.hibernate.format_sql=true
Note: See TracBrowser for help on using the repository browser.