What is the FeignClient?FeignClient helps us to communicate between two services. By the way, this need can also handle with RestTemplate, etc. but feignClient has…Jan 14, 2022Jan 14, 2022
Supplier<T> Arayüzünün Factory Design Pattern ile KullanımıSupplier<T>, bir functional interface’dir. Functional interface’ler, içinde sadece bir abstract metot bulunduran ve bu metotların lambda…Aug 13, 2021Aug 13, 2021
Spring Boot & Docker & Redis ile Caching İşlemiRedis, bir NoSQL veritabanıdır. Dolayısıyla sql veritabanlarından bildiğimiz ilişkisel işlemler (OneToMany, ManyToOne vb.) veya join…Feb 23, 2020Feb 23, 2020