Skip to content

Commit fd704f5

Browse files
committed
updated maven wrapper and changed PostgreSQL Driver
1 parent 8882e95 commit fd704f5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/main/resources/application.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ spring:
1212
admin:
1313
enabled: true
1414
datasource:
15-
url: jdbc:pgsql://localhost:5432/simpleworklist
16-
#url: jdbc:postgresql://localhost:5432/simpleworklist
15+
#url: jdbc:pgsql://localhost:5432/simpleworklist
16+
url: jdbc:postgresql://localhost:5432/simpleworklist
1717
#jdbcUrl: jdbc:postgresql://localhost:5432/simpleworklist
1818
username: simpleworklist
1919
password: simpleworklistpwd
20-
#driverClassName: org.postgresql.Driver
21-
driverClassName: com.impossibl.postgres.jdbc.PGDriver
20+
driverClassName: org.postgresql.Driver
21+
#driverClassName: com.impossibl.postgres.jdbc.PGDriver
2222
platform: POSTGRESQL
2323
jpa:
2424
show-sql: true
@@ -174,7 +174,8 @@ logging:
174174
spring:
175175
profiles: prod
176176
datasource:
177-
url: jdbc:pgsql://localhost:5432/simpleworklist
177+
url: jdbc:postgresql://localhost:5432/simpleworklist
178+
#url: jdbc:pgsql://localhost:5432/simpleworklist
178179
continue-on-error: true
179180
jpa:
180181
show-sql: false

0 commit comments

Comments
 (0)