RED-3809: Upgraded to latest spring boot: 2.6.6

This commit is contained in:
deiflaender 2022-04-08 09:32:52 +02:00
parent 67fbdb381c
commit 09aa2ee84f
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>