Skip to content

Commit f8dfd09

Browse files
committed
Final functional
1 parent 60707fa commit f8dfd09

File tree

4 files changed

+5
-12
lines changed

4 files changed

+5
-12
lines changed

Procfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
group = 'ru.xpressed'
88
version = '0.0.1-SNAPSHOT'
9-
sourceCompatibility = "11"
9+
sourceCompatibility = "18.0.1"
1010

1111
configurations {
1212
compileOnly {

src/main/resources/application.properties

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

system.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)