I have an integrationtest for a spring boot microservice. The problemen is that the service calls an external service (via REST) on startup. I’m using WireMock to mock the call. Spring makes the application start before WireMock is started. Because of this the rest call fails and so does the service.I have an integrationtest for a spring boot mic