[BAEL-17495] - Add README descriptions 11 (#7861)

* [BAEL-17495] - Add README descriptions 11

* Changed wording for the REST modules
This commit is contained in:
Sam Millington 2019-09-25 14:28:28 +01:00 committed by Josh Cummings
parent af75e04e50
commit 9f18b6bcbe
10 changed files with 34 additions and 15 deletions

View File

@ -1,2 +1,6 @@
## Spring Reactive Kotlin
This module contains articles about reactive Kotlin
### Relevant Articles:
- [Spring Webflux with Kotlin](http://www.baeldung.com/spring-webflux-kotlin)

View File

@ -1,3 +1,7 @@
## Spring Reactor
This module contains articles about Spring Reactor
## Relevant articles:
- [Introduction to Spring Reactor](http://www.baeldung.com/spring-reactor)

View File

@ -1,4 +1,6 @@
## Spring Remoting Tutorials
## Spring Remoting
This module contains articles about Spring Remoting
### Relevant Articles
- [Intro to Spring Remoting with HTTP Invokers](http://www.baeldung.com/spring-remoting-http-invoker)

View File

@ -1,4 +1,6 @@
## Spring REST Angular Example Project
## Spring REST Angular
This module contains articles about REST APIs with Spring and Angular
### Relevant Articles:

View File

@ -1,5 +1,6 @@
=========================================================================
## How to compress requests using the Spring RestTemplate Example Project
## Spring REST Compress
This module contains articles about request compression with Spring
### Relevant Articles:
- [How to compress requests using the Spring RestTemplate]()
- [How to compress requests using the Spring RestTemplate](https://www.baeldung.com/spring-resttemplate-compressing-requests)

View File

@ -1,8 +1,9 @@
=========
## Spring REST Full
## REST Example Project with Spring
This module contains articles about REST APIs with Spring
### Courses
The "REST With Spring" Classes: http://bit.ly/restwithspring
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com

View File

@ -1,2 +1,6 @@
## Spring REST HAL Browser
This module contains articles about Spring REST with the HAL browser
### Relevant Articles:
- [Spring REST and HAL Browser](http://www.baeldung.com/spring-rest-hal)

View File

@ -1,8 +1,9 @@
=========
## Spring REST Query Language
## REST Example Project Query Language
This module contains articles about the REST query language with Spring
### Courses
The "REST With Spring" Classes: http://bit.ly/restwithspring
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
@ -16,15 +17,11 @@ The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
- [REST Query Language with RSQL](http://www.baeldung.com/rest-api-search-language-rsql-fiql)
- [REST Query Language Implementing OR Operation](http://www.baeldung.com/rest-api-query-search-or-operation)
### Build the Project
```
mvn clean install
```
### Set up MySQL
```
mysql -u root -p

View File

@ -1,4 +1,6 @@
## Spring REST Shell Project
## Spring REST Shell
This module contains articles about Spring REST Shell
### Relevant Articles

View File

@ -1,4 +1,6 @@
## Spring REST Example Project
## Spring REST
This module contains articles about REST APIs with Spring
### The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring