restdocs-wiremock icon indicating copy to clipboard operation
restdocs-wiremock copied to clipboard

Problems using restdocs-wiremock alongside feign client

Open Izakey opened this issue 6 years ago • 1 comments

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.

Izakey avatar Mar 07 '18 13:03 Izakey

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

mduesterhoeft avatar Mar 09 '18 16:03 mduesterhoeft