Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2c2ec32

Browse files
authored
Update application.properties
1 parent 15e8161 commit 2c2ec32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
22
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres_demo
33
spring.datasource.username= postgres
4-
spring.datasource.password=
4+
spring.datasource.password= root
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)