File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# Connection
2- spring.datasource.url =jdbc:postgresql://localhost:5432/postgres
3- spring.datasource.username =postgres
4- spring.datasource.password =123
2+ # spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
3+ # spring.datasource.username=postgres
4+ # spring.datasource.password=123
5+ spring.datasource.url =postgres://zoerluyybtmuse:629a9e5cb9b4998897520669208e70b5d0c137d54a756e133dee85277609fd66@ec2-34-194-158-176.compute-1.amazonaws.com:5432/d8p9pev861hg6a
6+ spring.datasource.username =zoerluyybtmuse
7+ spring.datasource.password =629a9e5cb9b4998897520669208e70b5d0c137d54a756e133dee85277609fd66
58
69# JPA
7- spring.jpa.properties.hibernate.default_schema =jpa
10+ # spring.jpa.properties.hibernate.default_schema=jpa
11+ spring.jpa.properties.hibernate.default_schema =public
812spring.jpa.database-platform =org.hibernate.dialect.PostgreSQLDialect
913spring.datasource.driver-class-name =org.postgresql.Driver
1014spring.jpa.database =POSTGRESQL
You can’t perform that action at this time.
0 commit comments