This is a straightforward example demonstrating how to use Spring Cloud Contract to establish a contract between two Spring Boot 3 applications: one acting as the Producer and the other as the Consumer of a REST API.
- Compile and install the stubs
mvn clean install -pl catalog
- Compile and package the consumer
mvn clean package -pl shop