We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7db0f commit e4bc36aCopy full SHA for e4bc36a
src/main/resources/application.properties
@@ -1,7 +1,7 @@
1
## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2
-spring.datasource.url=jdbc:postgresql://postgresql:5432/pruebas
3
-spring.datasource.username= postgres
4
-spring.datasource.password= postgres
+spring.datasource.url=jdbc:postgresql://postgresql:5432/todoapp
+spring.datasource.username= todoapp
+spring.datasource.password= todoapp
5
6
# The SQL dialect makes Hibernate generate better SQL for the chosen database
7
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
0 commit comments