diff --git a/2021-02/spring-32/docker-compose-example/src/main/resources/application.yml b/2021-02/spring-32/docker-compose-example/src/main/resources/application.yml index f691ddc3..adb9be61 100644 --- a/2021-02/spring-32/docker-compose-example/src/main/resources/application.yml +++ b/2021-02/spring-32/docker-compose-example/src/main/resources/application.yml @@ -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