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:
commit
fec580b33e
@ -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
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
monitoring.enabled: true
|
||||
|
||||
spring:
|
||||
|
||||
main:
|
||||
allow-circular-references: true # FIXME
|
||||
datasource:
|
||||
driverClassName: org.postgresql.Driver
|
||||
platform: org.hibernate.dialect.PostgreSQL95Dialect
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user