[BAEL-17487] Added readme descriptions (#7796)
* [BAEL-17487] Added readme descriptions * Updated descriptions * Updated spring-apache-camel readme * changed 'article' to 'articles'
This commit is contained in:
parent
2202f38699
commit
2a6a8024cd
@ -1,3 +1,7 @@
|
||||
## Spring 5 Security Cognito
|
||||
|
||||
This module contains articles about Spring 5 with Amazon Cognito
|
||||
|
||||
## Relevant articles:
|
||||
|
||||
- [Authenticating with Amazon Cognito Using Spring Security](https://www.baeldung.com/spring-security-oauth-cognito)
|
||||
|
@ -1,3 +1,7 @@
|
||||
## Spring Activiti
|
||||
|
||||
This module contains articles about Spring with Activiti
|
||||
|
||||
### Relevant articles
|
||||
|
||||
- [A Guide to Activiti with Java](http://www.baeldung.com/java-activiti)
|
||||
|
@ -1,2 +1,6 @@
|
||||
## Spring Akka
|
||||
|
||||
This module contains articles about Spring with Akka
|
||||
|
||||
### Relevant Articles:
|
||||
- [Introduction to Spring with Akka](http://www.baeldung.com/akka-with-spring)
|
||||
|
@ -1,5 +1,3 @@
|
||||
=========
|
||||
|
||||
## Spring General Example Project
|
||||
|
||||
This project is used to replicate Spring Exceptions only.
|
||||
|
@ -1,3 +1,7 @@
|
||||
## Spring AMQP
|
||||
|
||||
This module contains articles about Spring with the AMQP messaging system
|
||||
|
||||
## Relevant articles:
|
||||
|
||||
- [Messaging With Spring AMQP](https://www.baeldung.com/spring-amqp)
|
||||
|
@ -1,3 +1,7 @@
|
||||
## Spring AOP
|
||||
|
||||
This module contains articles about Spring aspect oriented programming (AOP)
|
||||
|
||||
### Relevant articles
|
||||
|
||||
- [Implementing a Custom Spring AOP Annotation](http://www.baeldung.com/spring-aop-annotation)
|
||||
|
@ -1,35 +1,26 @@
|
||||
## Spring Apache Camel
|
||||
|
||||
<b><h2>Configure and Use Apache Camel with Spring</h2></b>
|
||||
This module contains articles about Spring with Apache Camel
|
||||
|
||||
This article will demonstrate how to configure and use Apache Camel with Spring Framework.
|
||||
### Relevant Articles
|
||||
|
||||
<b><h2>Relevant Articles</h2></b>
|
||||
- [Apache Camel](http://camel.apache.org/)
|
||||
- [Enterprise Integration Patterns](http://www.enterpriseintegrationpatterns.com/patterns/messaging/toc.html)
|
||||
- [Introduction To Apache Camel](http://www.baeldung.com/apache-camel-intro)
|
||||
- [Integration Patterns With Apache Camel](http://www.baeldung.com/camel-integration-patterns)
|
||||
- [Using Apache Camel with Spring](http://www.baeldung.com/spring-apache-camel-tutorial)
|
||||
|
||||
<ul>
|
||||
<li><a href="http://camel.apache.org/">Apache Camel</a></li>
|
||||
<li><a href="http://www.enterpriseintegrationpatterns.com/patterns/messaging/toc.html">Enterprise Integration Patterns</a></li>
|
||||
<li><a href="http://www.baeldung.com/apache-camel-intro">Introduction To Apache Camel</a></li>
|
||||
<li><a href="http://www.baeldung.com/camel-integration-patterns">Integration Patterns With Apache Camel</a></li>
|
||||
</ul>
|
||||
### Framework Versions:
|
||||
|
||||
<b><h2>Framework Versions:</h2></b>
|
||||
- Spring 4.2.4
|
||||
- Apache Camel 2.16.1
|
||||
|
||||
<ul>
|
||||
<li>Spring 4.2.4</li>
|
||||
<li>Apache Camel 2.16.1</li>
|
||||
</ul>
|
||||
### Build and Run Application
|
||||
|
||||
<b><h2>Build and Run Application</h2></b>
|
||||
To build this application execute:
|
||||
|
||||
To build this application execute following maven command in ApacheCamelFileProcessor directory.
|
||||
|
||||
<code>mvn clean install</code>
|
||||
`mvn clean install`
|
||||
|
||||
To run this application you can either run our main class App from your IDE or you can execute following maven command:
|
||||
|
||||
<code>mvn exec:java -Dexec.mainClass="App"</code>
|
||||
|
||||
<b><h2>Relevant Articles on Baeldung</h2></b>
|
||||
<ul>
|
||||
<li><a href="http://www.baeldung.com/spring-apache-camel-tutorial">Using Apache Camel with Spring</a></li>
|
||||
</ul>
|
||||
`mvn exec:java -Dexec.mainClass="com.baeldung.camel.main.App"`
|
@ -1,7 +1,6 @@
|
||||
=========
|
||||
|
||||
## Spring Batch
|
||||
|
||||
This module contains articles about Spring Batch
|
||||
|
||||
### Relevant Articles:
|
||||
- [Introduction to Spring Batch](http://www.baeldung.com/introduction-to-spring-batch)
|
||||
|
@ -1,3 +1,6 @@
|
||||
## Spring BOM
|
||||
|
||||
This module contains articles about Spring with Maven BOM (Bill Of Materials)
|
||||
|
||||
### Relevant Articles:
|
||||
- [Spring with Maven BOM](http://www.baeldung.com/spring-maven-bom)
|
||||
|
@ -1,3 +1,7 @@
|
||||
## Spring Boot
|
||||
|
||||
This module contains articles about Spring Boot
|
||||
|
||||
### The Course
|
||||
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user