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