Whole idea is to create Mock service for UI team to test without actual API.
- We have defined specification in .yaml files.
- Now want to generate Swagger-UI and Mock rest URI with mock data.
- Using spring-boot.
Please suggest some way to generate the same.