Fix docker example

This commit is contained in:
Yuriy Dvorzhetskiy
2021-07-07 22:42:33 +06:00
parent e516efa5ba
commit 4698a02a80
@@ -3,7 +3,7 @@ spring:
# Эти свойства будут перегружены свойствами в docker-compose.yml # Эти свойства будут перегружены свойствами в docker-compose.yml
driver-class-name: org.postgresql.Driver driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://localhost:5432/db url: jdbc:postgresql://localhost:5432/db
username: postgre username: postgres
password: postgres password: postgres
jpa: jpa:
generate-ddl: true generate-ddl: true