source: src/main/resources/application.properties@ b3f2adb

Last change on this file since b3f2adb was b3f2adb, checked in by Aleksandar Siljanoski <acewow3@…>, 14 months ago

Adding project to repo

  • Property mode set to 100644
File size: 458 bytes
Line 
1## PostgreSQL
2spring.datasource.driver-class-name=org.postgresql.Driver
3spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_eatys
4spring.datasource.username=db_202223z_va_prj_eatys_owner
5spring.datasource.password=1c1cb380f444
6
7
8## default connection pool
9
10
11spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
12spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
13
14
15spring.jpa.show-sql=true
Note: See TracBrowser for help on using the repository browser.