Skip to content

Commit

Permalink
Enable RestTemplate eureka client
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Nov 7, 2024
1 parent b7525ce commit 289cadf
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ import org.springframework.web.client.RestTemplate
properties = ["stubrunner.cloud.eureka.enabled=true",
"stubrunner.cloud.stubbed.discovery.enabled=false",
"eureka.client.enabled=true",
"eureka.client.restclient.enabled=false",
"eureka.client.webclient.enabled=false",
"eureka.client.jersey.enabled=false",
"debug=true",
"eureka.instance.leaseRenewalIntervalInSeconds=1"])
@AutoConfigureStubRunner(ids = ["org.springframework.cloud.contract.verifier.stubs:loanIssuance",
Expand Down

0 comments on commit 289cadf

Please sign in to comment.