Pull request #370: RED-3809: Upgrade to latest spring version
Merge in RED/redaction-service from RED-3809-rs1 to master * commit '150ee92c1e63de2145a1a093e6c6fe7820b7256d': RED-3809: Upgrade to latest spring version
This commit is contained in:
commit
e19b4573bb
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>platform-dependency</artifactId>
|
<artifactId>platform-dependency</artifactId>
|
||||||
<groupId>com.iqser.red</groupId>
|
<groupId>com.iqser.red</groupId>
|
||||||
<version>1.6.0</version>
|
<version>1.10.0</version>
|
||||||
<relativePath />
|
<relativePath />
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|||||||
@ -9,6 +9,8 @@ server:
|
|||||||
port: 8080
|
port: 8080
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
|
main:
|
||||||
|
allow-circular-references: true # FIXME
|
||||||
profiles:
|
profiles:
|
||||||
active: kubernetes
|
active: kubernetes
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
|
|||||||
@ -9,6 +9,7 @@ ribbon:
|
|||||||
spring:
|
spring:
|
||||||
main:
|
main:
|
||||||
allow-bean-definition-overriding: true
|
allow-bean-definition-overriding: true
|
||||||
|
allow-circular-references: true # FIXME
|
||||||
|
|
||||||
processing.kafkastreams: false
|
processing.kafkastreams: false
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user