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

Commit e4bc36a

Browse files
committed
correccion hostbases
1 parent db7db0f commit e4bc36a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/application.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2-
spring.datasource.url=jdbc:postgresql://postgresql:5432/pruebas
3-
spring.datasource.username= postgres
4-
spring.datasource.password= postgres
2+
spring.datasource.url=jdbc:postgresql://postgresql:5432/todoapp
3+
spring.datasource.username= todoapp
4+
spring.datasource.password= todoapp
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)