Tag Spring Framework

Using New Composed Annotations for @RequestMapping in Spring Framework

1. Overview This article is going to cover about using new composed annotations for @RequestMapping, the annotation for mapping web requests onto specific handler classes and/or handler methods in Spring Framework. Those annotations, which include @GetMapping, @PostMapping, @PutMapping, @DeleteMapping and @PatchMapping,… Continue Reading →

How To Write A Custom Zuul Filter In Spring Cloud

This tutorial is going to cover how to write a custom Zuul filter in Spring Cloud. 1. Zuul Filter Overview Zuul provides a framework to dynamically read, compile, and run a series filters that are capable of performing a range… Continue Reading →

How to Configure Logging in Spring Boot

Spring Boot facilitates us in developing an application using Spring Framework. This article is going to cover how to configure logging in Spring Boot from basic to advanced level. 1. Enable logging for a Spring Boot application 1.1. Using Spring… Continue Reading →

Spring Kafka – Multi-threaded Message Consumption

As mentioned in previous article, Spring Kafka provides two MessageListenerContainer implementations: KafkaMessageListenerContainer and ConcurrentMessageListenerContainer. The KafkaMessageListenerContainer provides ability to consume messages from Kafka topics in a single thread while the ConcurrentMessageListenerContainer allows us to consume messages in multi-threaded style. In… Continue Reading →

Spring Kafka Tutorial – Getting Started with the Spring for Apache Kafka

Apache Kafka, a distributed messaging system, is gaining very much attraction today. Spring is a very popular framework for Java developer. Getting Apache Kafka to work with Spring smoothly will be a very good thing for many Java developers. In… Continue Reading →

© 2025 HowToProgram — Powered by WordPress

Theme by Anders NorenUp ↑

NewsletterSubscribe To Learn More