ePages-de / restdocs-wiremock

Spring REST Docs WireMock Integration
Apache License 2.0
75 stars 27 forks source link

Problems using restdocs-wiremock alongside feign client #61

Open Izakey opened 6 years ago

Izakey commented 6 years ago

Hello there,

@otrosien @mduesterhoeft @UlfS

Hope this issue finds you in good health.

I'm currently documenting the APIs of Mifos I/O ( https://github.com/mifosio ) which uses a feign client. I got to your restdocs-wiremock integration given that wiremock-spring-boot-starter is said to have worked well for feign clients.

Despite following your example on https://github.com/ePages-de/restdocs-wiremock/server , I am unable to get snippets generated in the build/generated-snippets folder. You can see my build.gradle and ApiDocumentation files here.

Any help from you would be appreciated.

At Your Service, Isaac Kamga.

mduesterhoeft commented 6 years ago

If the output folder build/generated-snippets stays completely empty you have a general problem with your spring-restdocs configuration.