File tree Expand file tree Collapse file tree 4 files changed +5
-12
lines changed
Expand file tree Collapse file tree 4 files changed +5
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66
77group = ' ru.xpressed'
88version = ' 0.0.1-SNAPSHOT'
9- sourceCompatibility = " 11 "
9+ sourceCompatibility = " 18.0.1 "
1010
1111configurations {
1212 compileOnly {
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
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
8- server.port =$PORT
2+ spring.datasource.url =jdbc:postgresql://localhost:5432/postgres
3+ spring.datasource.username =postgres
4+ spring.datasource.password =123
95
106# JPA
11- # spring.jpa.properties.hibernate.default_schema=jpa
12- spring.jpa.properties.hibernate.default_schema =public
7+ spring.jpa.properties.hibernate.default_schema =jpa
138spring.jpa.database-platform =org.hibernate.dialect.PostgreSQLDialect
149spring.datasource.driver-class-name =org.postgresql.Driver
1510spring.jpa.database =POSTGRESQL
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments