Browse Source

Change db config

Blazej 4 năm trước cách đây
mục cha
commit
4843dcb391
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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