6 lines
157 B
YAML
6 lines
157 B
YAML
|
|
spring:
|
||
|
|
datasource:
|
||
|
|
driver-class-name: org.postgresql.Driver
|
||
|
|
url: jdbc:postgresql://localhost:5432/postgres
|
||
|
|
username: root
|
||
|
|
password: 123asd
|