Blazej пре 4 година
родитељ
комит
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