Slackbot
09/20/2023, 2:11 PMLee Turner
09/20/2023, 2:31 PM0
it should try a dynamic port. I think there might even be a method you can use on the Wiremock options - options().dynamicPort()
Garik Hakobyan
09/20/2023, 2:46 PMGarik Hakobyan
09/20/2023, 2:47 PMfeign.clent.url=<http://localhost:9561>
in application properties fileLee Turner
09/20/2023, 2:58 PMtestImplementation "org.wiremock:wiremock:3.1.0"
Garik Hakobyan
09/20/2023, 2:59 PMtestImplementation 'org.wiremock:wiremock-standalone:3.0.4'
Garik Hakobyan
09/20/2023, 3:00 PMtestImplementation "org.wiremock:wiremock:3.1.0"
this dependency throws exception related to jakarta if remember rightGarik Hakobyan
09/20/2023, 3:01 PMGarik Hakobyan
09/20/2023, 3:04 PMGarik Hakobyan
09/20/2023, 3:04 PMOleg Nenashev
09/20/2023, 3:54 PM