Pull request #343: RED-3809: Upgraded to latest spring boot: 2.6.6

Merge in RED/persistence-service from RED-3809 to master

* commit '09aa2ee84f1022219372048b1390d342f3d8072f':
  RED-3809: Upgraded to latest spring boot: 2.6.6
This commit is contained in:
Dominique Eiflaender 2022-04-08 09:49:48 +02:00
commit fec580b33e
3 changed files with 5 additions and 3 deletions

View File

@ -10,7 +10,8 @@ server:
port: 8080
spring:
main:
allow-circular-references: true # FIXME
datasource:
url: jdbc:postgresql://${PSQL_HOST:localhost}:${PSQL_PORT:5432}/${PSQL_DATABASE:redaction}
driverClassName: org.postgresql.Driver

View File

@ -1,7 +1,8 @@
monitoring.enabled: true
spring:
main:
allow-circular-references: true # FIXME
datasource:
driverClassName: org.postgresql.Driver
platform: org.hibernate.dialect.PostgreSQL95Dialect

View File

@ -6,7 +6,7 @@
<parent>
<groupId>com.iqser.red</groupId>
<artifactId>platform-dependency</artifactId>
<version>1.6.0</version>
<version>1.10.0</version>
<relativePath />
</parent>