spring-boot
-
Spring JMS ActiveMQ Example
I’m going to show you EXACTLY how to create a Spring JMS Hello World example that uses Spr…
-
Spring WS – HTTPS Client-Server Example
HTTPS is a protocol for secure communication over a computer network. It consists of commu…
-
Spring WS – Basic Authentication Example
Basic Authentication (BA) is a method for a HTTP client to provide a user name and passwor…
-
Spring WS – SOAPAction Header Example
According to the SOAP 1.1 specification, the SOAPAction HTTP header field can be used to i…
-
Spring WS – Log Client Server HTTP Headers Example
Spring Web Services, contrary to a framework like for example Apache CXF, does not provide…
-
JSON API – Spring Boot Katharsis Example
JSON API is a specification for building APIs using JSON. It details how clients should re…
-
Spring Kafka – Batch Listener Example
Starting with version 1.1 of Spring Kafka, @KafkaListener methods can be configured to rec…
-
Spring Kafka – Avro Bijection Example
Twitter Bijection is an invertible function library that converts back and forth between t…
-
Spring Kafka – Spring Boot Example
Spring Boot auto-configuration attempts to automatically configure your Spring application…
-
Spring Kafka – JSON Serializer Deserializer Example
JSON (JavaScript Object Notation) is a lightweight data-interchange format that uses human…