Updated asciidoc to use spring-asciidoctor-backends.

Fix unit tests.
This commit is contained in:
Corneil du Plessis
2023-06-19 10:18:21 +02:00
parent 9ffa869291
commit db117de387
35 changed files with 248 additions and 181 deletions

View File

@@ -5,7 +5,7 @@ The splitter app builds upon the concept of the same name in Spring Integration
The processor uses a function that takes a `Message<?>` as input and then produces a `List<Message<?>` as output based on various properties (see below).
You can use a SpEL expression or a delimiter to specify how you want to split the incoming message.
=== Payload
== Payload
* Incoming payload - `Message<?`>