Can I uses mockserver in spring boot to mock a server (mock al request to ...), but not in a integration test?
I mean... Running in a dev or local profile to uses jmeter and take measurements to detect memory leaks etc.
Did you something similar can you give me an example or an idea?
Thanks