From c5f2576eb48f8fe8b648ab3c7ae954e4131b201c Mon Sep 17 00:00:00 2001 From: Moritz Reiter Date: Thu, 21 Jul 2022 16:56:09 +0200 Subject: [PATCH] Remove duplicate item in readme The 'jpa' item is listed twice in the overview of the basic examples in the root readme. This commit removes the duplicate. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f250e82..7c034597 100644 --- a/README.md +++ b/README.md @@ -56,12 +56,11 @@ This is a good place to get started. The samples here are technically motivated * **jdbc** - Illustrates the usage of the Jdbc Adapters, including object persistence and retrieval * **jms** - Demonstrates **JMS** support available with Spring Integration * **jmx** - Demonstrates **JMX** support using a **JMX Attribute Polling Channel** and **JMX Operation Invoking Channel Adapter** -* **jpa** - Shows the usage of the JPA Components can be used +* **jpa** - Shows the usage of the JPA Components * **mail** - Example showing **IMAP** and **POP3** support * **mqtt** - Demonstrates the functionality of inbound and outbound **MQTT Adapters** * **mongodb** - Shows how to persist a Message payload to a **MongoDb** document store and how to read documents from **MongoDb** * **oddeven** - Example combining the functionality of **Inbound Channel Adapter**, **Filter**, **Router** and **Poller** -* **jpa** - This sample illustrates how the JPA Components can be used * **quote** - Example demoing core EIP support using **Channel Adapter (Inbound and Stdout)**, **Poller** with Interval Triggers, **Service Activator** * **sftp** - Demonstrating SFTP support using **SFTP Inbound / Outbound Channel Adapters** * **tcp-amqp** - Demonstrates basic functionality of bridging the **Spring Integration TCP Adapters** with **Spring Integration AMQP Adapters**