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 d000a89Copy full SHA for d000a89
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://localhost:59451/postgres_demo
3
spring.datasource.username= postgres
4
-spring.datasource.password=
+spring.datasource.password= 123456
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