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 the previous parts of the series, make sure you do Continue reading
Being a good software engineer is 3% talent, 97% not being distracted by the internet.
In the last article, I showed you how to use a custom template for code generation. If you haven’t read the previous parts of the series, make sure you do Continue reading
This article is the second part of a Swagger Codegen series. If you haven’t read the first one, make sure you do it before continuing. In this one I’ll show Continue reading
Introduction to Swagger Swagger is a powerful tool to enable sharing REST contracts with each other. It’s useful in any architecture today and even better if you are thinking about Continue reading
Feign is a great way to communicate between services. Spring Cloud has it’s own way of defining Feign clients, it’s done with Spring MVC annotations. Usually it’s a common requirement Continue reading
Have you ever heard about datasource proxies? No worries, it’s not complicated at all. Let’s say you want to access the database from an application. First you have to configure Continue reading