Skip to content

Commit

Permalink
fix configuration: spring.main.allow-circular-references
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Jareš <[email protected]>
  • Loading branch information
pj892031 committed Jan 21, 2025
1 parent c29e0f1 commit bb138ac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gateway-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ spring:
okta:
redirectUri: "{baseUrl}/gateway/{action}/oauth2/code/{registrationId}"
main:
allow-circular-references: true
banner-mode: ${apiml.banner:"off"}
web-application-type: reactive

Expand Down Expand Up @@ -127,10 +128,6 @@ server:
trustStore: keystore/localhost/localhost.truststore.p12
trustStorePassword: password
trustStoreType: PKCS12
application:
name: gateway
main:
allow-circular-references: true

logbackServiceName: ZWEAGW1

Expand Down

0 comments on commit bb138ac

Please sign in to comment.