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

main
Last change on this file since ac151d1 was ac151d1, checked in by David <darsov2@…>, 11 days ago

initial

  • Property mode set to 100644
File size: 597 bytes
Line 
1## PostgreSQL
2spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
3spring.datasource.username=admin
4spring.datasource.password=admin
5## default connection pool
6spring.datasource.hikari.connectionTimeout=20000
7spring.datasource.hikari.maximumPoolSize=5
8spring.datasource.driver-class-name=org.postgresql.Driver
9#spring.jpa.properties.hibernate.default_schema = eGlas_tes/t
10spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
11spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
12spring.jpa.hibernate.ddl-auto=validate
13spring.jpa.show-sql=true
Note: See TracBrowser for help on using the repository browser.