Last change
on this file since b101b69 was b101b69, checked in by ppaunovski <paunovskipavel@…>, 11 months ago |
initial classes, no inheritance yet v2
|
-
Property mode
set to
100644
|
File size:
603 bytes
|
Rev | Line | |
---|
[b101b69] | 1 | #
|
---|
| 2 | spring.datasource.url=jdbc:postgresql://localhost:9090/db_202324z_va_prj_busngo
|
---|
| 3 | spring.datasource.username=db_202324z_va_prj_busngo_owner
|
---|
| 4 | spring.datasource.password=d9f924580e7
|
---|
| 5 | spring.datasource.driver-class-name=org.postgresql.Driver
|
---|
[24c39f9] | 6 |
|
---|
| 7 |
|
---|
| 8 | spring.datasource.hikari.connection-timeout=20000
|
---|
[b101b69] | 9 | spring.datasource.hikari.maximum-pool-size=25
|
---|
[24c39f9] | 10 |
|
---|
[b101b69] | 11 | #spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
---|
[24c39f9] | 12 | spring.jpa.properties.hibernate.jdbc.non_contextual_creation=true
|
---|
[b101b69] | 13 | spring.jpa.properties.hibernate.default_schema=project
|
---|
[24c39f9] | 14 |
|
---|
| 15 | spring.jpa.hibernate.ddl-auto=validate
|
---|
| 16 | spring.jpa.show-sql=true |
---|
Note:
See
TracBrowser
for help on using the repository browser.