Implement contract testing with spring boot project
When learning how to use contract test in spring boot project, I struggle quite a bit for configuring the tests, so I think this might be good for some of you guys.

Integrated tests are a scam — a self-replicating virus that threatens to infect your code base, your…