Last change
on this file since ac19a0c was e9b4ba9, checked in by darsov2 <62809499+darsov2@…>, 11 months ago |
prototype
|
-
Property mode
set to
100644
|
File size:
586 bytes
|
Line | |
---|
1 | server.port=8080
|
---|
2 | ## PostgreSQL
|
---|
3 | spring.datasource.driver-class-name=org.postgresql.Driver
|
---|
4 | spring.datasource.url=jdbc:postgresql://localhost:5432/tourmate
|
---|
5 | spring.datasource.username=postgres
|
---|
6 | spring.datasource.password=admin
|
---|
7 |
|
---|
8 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
---|
9 | spring.jpa.hibernate.ddl-auto=update
|
---|
10 | spring.jpa.show_sql=true
|
---|
11 | spring.jpg.hibernate.format_sql=false
|
---|
12 |
|
---|
13 | spring.datasource.type=com.zaxxer.hikari.HikariDataSource
|
---|
14 | spring.datasource.hikari.maximumPoolSize=5
|
---|
15 |
|
---|
16 | spring.jpa.generate-ddl=true
|
---|
17 | logging.level.org.springframework.security=DEBUG
|
---|
18 |
|
---|
19 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.