mirror of
https://github.com/OtusTeam/Spring.git
synced 2026-05-30 10:50:42 +00:00
Fix docker example
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user