Accessing custom attributes in Swagger Codegen

Introduction Customizing your Swagger code generation is easier than you would expect. Adding new custom attributes into your specification file … Read MoreAccessing custom attributes in Swagger Codegen

Generating Feign clients with Swagger Codegen and Gradle

In the last article, I showed you how to use a custom template for code generation. If you haven’t read … Read MoreGenerating Feign clients with Swagger Codegen and Gradle

Copying current request information into Feign interceptor with Hystrix enabled

Not so long ago I came across a problem which was related to localization in a microservices architecture which was … Read MoreCopying current request information into Feign interceptor with Hystrix enabled