Explorar el Código

Change db config

Blazej hace 4 años
padre
commit
4843dcb391
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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