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

Commit e6ed24a

Browse files
committed
prubas
1 parent 550efb2 commit e6ed24a

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://postgres:5432/pruebas
33
spring.datasource.username= postgres
4-
spring.datasource.password=
4+
spring.datasource.password= postgres
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)