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
|
||||
driver-class-name: org.postgresql.Driver
|
||||
url: jdbc:postgresql://localhost:5432/db
|
||||
username: postgre
|
||||
username: postgres
|
||||
password: postgres
|
||||
jpa:
|
||||
generate-ddl: true
|
||||
|
||||
Reference in New Issue
Block a user