[BAEL-17495] - Add README descriptions 11 (#7861)
* [BAEL-17495] - Add README descriptions 11 * Changed wording for the REST modules
This commit is contained in:
parent
af75e04e50
commit
9f18b6bcbe
@ -1,2 +1,6 @@
|
|||||||
|
## Spring Reactive Kotlin
|
||||||
|
|
||||||
|
This module contains articles about reactive Kotlin
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Spring Webflux with Kotlin](http://www.baeldung.com/spring-webflux-kotlin)
|
- [Spring Webflux with Kotlin](http://www.baeldung.com/spring-webflux-kotlin)
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## Spring Reactor
|
||||||
|
|
||||||
|
This module contains articles about Spring Reactor
|
||||||
|
|
||||||
## Relevant articles:
|
## Relevant articles:
|
||||||
|
|
||||||
- [Introduction to Spring Reactor](http://www.baeldung.com/spring-reactor)
|
- [Introduction to Spring Reactor](http://www.baeldung.com/spring-reactor)
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
## Spring Remoting Tutorials
|
## Spring Remoting
|
||||||
|
|
||||||
|
This module contains articles about Spring Remoting
|
||||||
|
|
||||||
### Relevant Articles
|
### Relevant Articles
|
||||||
- [Intro to Spring Remoting with HTTP Invokers](http://www.baeldung.com/spring-remoting-http-invoker)
|
- [Intro to Spring Remoting with HTTP Invokers](http://www.baeldung.com/spring-remoting-http-invoker)
|
||||||
|
@ -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:
|
### Relevant Articles:
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
=========================================================================
|
## Spring REST Compress
|
||||||
## How to compress requests using the Spring RestTemplate Example Project
|
|
||||||
|
This module contains articles about request compression with Spring
|
||||||
|
|
||||||
### Relevant Articles:
|
### 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)
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
=========
|
## Spring REST Full
|
||||||
|
|
||||||
## REST Example Project with Spring
|
This module contains articles about REST APIs with Spring
|
||||||
|
|
||||||
### Courses
|
### Courses
|
||||||
|
|
||||||
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
||||||
|
|
||||||
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
|
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
|
## Spring REST HAL Browser
|
||||||
|
|
||||||
|
This module contains articles about Spring REST with the HAL browser
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Spring REST and HAL Browser](http://www.baeldung.com/spring-rest-hal)
|
- [Spring REST and HAL Browser](http://www.baeldung.com/spring-rest-hal)
|
||||||
|
@ -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
|
### Courses
|
||||||
|
|
||||||
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
||||||
|
|
||||||
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
|
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 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)
|
- [REST Query Language – Implementing OR Operation](http://www.baeldung.com/rest-api-query-search-or-operation)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Build the Project
|
### Build the Project
|
||||||
```
|
```
|
||||||
mvn clean install
|
mvn clean install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### Set up MySQL
|
### Set up MySQL
|
||||||
```
|
```
|
||||||
mysql -u root -p
|
mysql -u root -p
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
## Spring REST Shell Project
|
## Spring REST Shell
|
||||||
|
|
||||||
|
This module contains articles about Spring REST Shell
|
||||||
|
|
||||||
### Relevant Articles
|
### Relevant Articles
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
## Spring REST Example Project
|
## Spring REST
|
||||||
|
|
||||||
|
This module contains articles about REST APIs with Spring
|
||||||
|
|
||||||
### The Course
|
### The Course
|
||||||
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
||||||
|
Loading…
x
Reference in New Issue
Block a user