Last change
on this file since 24c39f9 was 24c39f9, checked in by ppaunovski <paunovskipavel@…>, 11 months ago |
initial classes, no inheritance yet
|
-
Property mode
set to
100644
|
File size:
388 bytes
|
Rev | Line | |
---|
[24c39f9] | 1 |
|
---|
| 2 | spring.datasource.url=jdbc:postgresql://localhost:5432/db_202324z_va_prj_busngo
|
---|
| 3 |
|
---|
| 4 | spring.datasource.hikari.connection-timeout=20000
|
---|
| 5 | spring.datasource.hikari.maximum-pool-size=5
|
---|
| 6 |
|
---|
| 7 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
---|
| 8 | spring.jpa.properties.hibernate.jdbc.non_contextual_creation=true
|
---|
| 9 |
|
---|
| 10 | spring.jpa.hibernate.ddl-auto=validate
|
---|
| 11 | spring.jpa.show-sql=true |
---|
Note:
See
TracBrowser
for help on using the repository browser.