Skip to content

Commit d000a89

Browse files
committed
uno
1 parent 550efb2 commit d000a89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2-
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres_demo
2+
spring.datasource.url=jdbc:postgresql://localhost:59451/postgres_demo
33
spring.datasource.username= postgres
4-
spring.datasource.password=
4+
spring.datasource.password= 123456
55

66
# The SQL dialect makes Hibernate generate better SQL for the chosen database
77
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect

0 commit comments

Comments
 (0)