Skip to content

Commit 90053d9

Browse files
committed
Final functional
1 parent c5c8efb commit 90053d9

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/main/resources/application.properties

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
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
812
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
913
spring.datasource.driver-class-name=org.postgresql.Driver
1014
spring.jpa.database=POSTGRESQL

0 commit comments

Comments
 (0)