Merge pull request #7841 from sjmillington/readme-9
[BAEL-17476] - Add README descriptions 9
This commit is contained in:
commit
326e85e829
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
## 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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
## Spring LDAP Example Project
|
||||
## Spring LDAP
|
||||
|
||||
This module contains articles about Spring LDAP
|
||||
|
||||
### Relevant articles
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue