Blazej 4 лет назад
Родитель
Сommit
4843dcb391
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/main/resources/application.properties

+ 2 - 2
src/main/resources/application.properties

@@ -1,6 +1,6 @@
-spring.datasource.url=jdbc:postgresql://localhost:5432/registration
+spring.datasource.url=jdbc:postgresql://localhost:5432/plantsforyou
 spring.datasource.username=postgres
-spring.datasource.password=1234
+spring.datasource.password=root
 spring.jpa.hibernate.ddl-auto=create-drop
 spring.jpa.show-sql=true
 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect