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

Last change on this file since b101b69 was b101b69, checked in by ppaunovski <paunovskipavel@…>, 6 months ago

initial classes, no inheritance yet v2

  • Property mode set to 100644
File size: 603 bytes
Line 
1#
2spring.datasource.url=jdbc:postgresql://localhost:9090/db_202324z_va_prj_busngo
3spring.datasource.username=db_202324z_va_prj_busngo_owner
4spring.datasource.password=d9f924580e7
5spring.datasource.driver-class-name=org.postgresql.Driver
6
7
8spring.datasource.hikari.connection-timeout=20000
9spring.datasource.hikari.maximum-pool-size=25
10
11#spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
12spring.jpa.properties.hibernate.jdbc.non_contextual_creation=true
13spring.jpa.properties.hibernate.default_schema=project
14
15spring.jpa.hibernate.ddl-auto=validate
16spring.jpa.show-sql=true
Note: See TracBrowser for help on using the repository browser.