source: src/main/resources/application.properties@ 24c39f9

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

initial classes, no inheritance yet

  • Property mode set to 100644
File size: 388 bytes
Line 
1
2spring.datasource.url=jdbc:postgresql://localhost:5432/db_202324z_va_prj_busngo
3
4spring.datasource.hikari.connection-timeout=20000
5spring.datasource.hikari.maximum-pool-size=5
6
7spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
8spring.jpa.properties.hibernate.jdbc.non_contextual_creation=true
9
10spring.jpa.hibernate.ddl-auto=validate
11spring.jpa.show-sql=true
Note: See TracBrowser for help on using the repository browser.