Skip to content

Commit

Permalink
Merge pull request eugenp#7841 from sjmillington/readme-9
Browse files Browse the repository at this point in the history
[BAEL-17476] - Add README descriptions 9
  • Loading branch information
maibin authored Oct 1, 2019
2 parents ef0b154 + 6809fb5 commit 326e85e
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 13 deletions.
4 changes: 4 additions & 0 deletions spring-jinq/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Spring Jinq

This module contains articles about Spring with Jinq

## Relevant articles:

- [Introduction to Jinq with Spring](http://www.baeldung.com/spring-jinq)
Expand Down
4 changes: 4 additions & 0 deletions spring-jms/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
## Spring JMS

This module contains articles about Spring with JMS

### Relevant Articles:
- [Getting Started with Spring JMS](http://www.baeldung.com/spring-jms)
4 changes: 4 additions & 0 deletions spring-jooq/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Spring jOOQ

This module contains articles about Spring with jOOQ

### Relevant Articles:
- [Spring Boot Support for jOOQ](http://www.baeldung.com/spring-boot-support-for-jooq)
- [Introduction to jOOQ with Spring](http://www.baeldung.com/jooq-with-spring)
Expand Down
8 changes: 5 additions & 3 deletions spring-kafka/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
### Relevant articles
## Spring Kafka

- [Intro to Apache Kafka with Spring](http://www.baeldung.com/spring-kafka)
This module contains articles about Spring with Kafka

### Relevant articles

- [Intro to Apache Kafka with Spring](http://www.baeldung.com/spring-kafka)

# Spring Kafka
### Intro

This is a simple Spring Boot app to demonstrate sending and receiving of messages in Kafka using spring-kafka.

Expand Down
14 changes: 9 additions & 5 deletions spring-katharsis/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
=========
## Spring Katharsis

## Java Web Application

###The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring
This module contains articles about Spring with Katharsis

### Relevant Articles:

- [JSON API in a Spring Application](http://www.baeldung.com/json-api-java-spring-web-app)

### The Course

The "REST With Spring" Classes: http://bit.ly/restwithspring


4 changes: 3 additions & 1 deletion spring-ldap/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Spring LDAP Example Project
## Spring LDAP

This module contains articles about Spring LDAP

### Relevant articles

Expand Down
4 changes: 4 additions & 0 deletions spring-mobile/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Spring Mobile

This module contains articles about Spring Mobile

## Relevant articles:

- [A Guide to Spring Mobile](http://www.baeldung.com/spring-mobile)
Expand Down
5 changes: 2 additions & 3 deletions spring-mockito/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
=========

## Mockito Mocks into Spring Beans
## Spring Mockito

This module contains articles about Spring with Mockito

### Relevant Articles:
- [Injecting Mockito Mocks into Spring Beans](http://www.baeldung.com/injecting-mocks-in-spring)
Expand Down
4 changes: 3 additions & 1 deletion spring-mvc-forms-jsp/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Spring MVC Forms Tutorials
## Spring MVC Forms JSP

This module contains articles about Spring MVC Forms using JSP

### Relevant Articles
- [MaxUploadSizeExceededException in Spring](http://www.baeldung.com/spring-maxuploadsizeexceeded)
Expand Down
4 changes: 4 additions & 0 deletions spring-mvc-forms-thymeleaf/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Spring MVC Forms Thymeleaf

This module contains articles about Spring MVC Forms using Thymeleaf

### Relevant articles

- [Session Attributes in Spring MVC](http://www.baeldung.com/spring-mvc-session-attributes)
Expand Down

0 comments on commit 326e85e

Please sign in to comment.