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