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 550efb2 commit e6ed24aCopy full SHA for e6ed24a
src/main/resources/application.properties
@@ -1,7 +1,7 @@
1
## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2
-spring.datasource.url=jdbc:postgresql://localhost:5432/postgres_demo
+spring.datasource.url=jdbc:postgresql://postgres:5432/pruebas
3
spring.datasource.username= postgres
4
-spring.datasource.password=
+spring.datasource.password= postgres
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