[BAEL-17486] adding readme descriptions (#7788)
* [BAEL-17486] adding readme descriptions * updated template * updated link in spring-5-reactive readme * Updated descriptions
This commit is contained in:
parent
76c48c308e
commit
98ed71e98e
|
@ -1,5 +1,7 @@
|
||||||
## Spring Data Reactive Project
|
## Spring Data Reactive Project
|
||||||
|
|
||||||
|
This module contains articles about reactive Spring 5 Data
|
||||||
|
|
||||||
### The Course
|
### The Course
|
||||||
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## Spring 5 MVC
|
||||||
|
|
||||||
|
This module contains articles about Spring 5 model-view-controller (MVC) pattern
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Spring Boot and Kotlin](http://www.baeldung.com/spring-boot-kotlin)
|
- [Spring Boot and Kotlin](http://www.baeldung.com/spring-boot-kotlin)
|
||||||
- [Spring MVC Streaming and SSE Request Processing](https://www.baeldung.com/spring-mvc-sse-streams)
|
- [Spring MVC Streaming and SSE Request Processing](https://www.baeldung.com/spring-mvc-sse-streams)
|
||||||
|
|
|
@ -1,2 +1,5 @@
|
||||||
## Spring 5 Reactive Project
|
## Spring 5 Reactive Project
|
||||||
|
|
||||||
|
This module contains articles about reactive Spring 5
|
||||||
|
|
||||||
- [Spring WebClient vs. RestTemplate](https://www.baeldung.com/spring-webclient-resttemplate)
|
- [Spring WebClient vs. RestTemplate](https://www.baeldung.com/spring-webclient-resttemplate)
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
## Spring REST Example Project
|
## Spring REST Example Project
|
||||||
|
|
||||||
|
This module contains articles about reactive Spring 5 WebClient
|
||||||
|
|
||||||
### The Course
|
### The Course
|
||||||
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## Spring 5 Reactive OAuth
|
||||||
|
|
||||||
|
This module contains articles about reactive Spring 5 OAuth
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
|
|
||||||
- [Spring Security OAuth Login with WebFlux](https://www.baeldung.com/spring-oauth-login-webflux)
|
- [Spring Security OAuth Login with WebFlux](https://www.baeldung.com/spring-oauth-login-webflux)
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
## Spring 5 Reactive Security Examples
|
## Spring 5 Reactive Security Examples
|
||||||
|
|
||||||
|
This module contains articles about reactive Spring Security 5
|
||||||
|
|
||||||
### The Course
|
### The Course
|
||||||
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
## Spring 5 Reactive Project
|
## Spring 5 Reactive Project
|
||||||
|
|
||||||
|
This module contains articles about reactive Spring 5
|
||||||
|
|
||||||
### The Course
|
### The Course
|
||||||
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
||||||
|
|
||||||
|
@ -20,3 +22,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
|
||||||
- [Testing Reactive Streams Using StepVerifier and TestPublisher](https://www.baeldung.com/reactive-streams-step-verifier-test-publisher)
|
- [Testing Reactive Streams Using StepVerifier and TestPublisher](https://www.baeldung.com/reactive-streams-step-verifier-test-publisher)
|
||||||
- [Debugging Reactive Streams in Spring 5](https://www.baeldung.com/spring-debugging-reactive-streams)
|
- [Debugging Reactive Streams in Spring 5](https://www.baeldung.com/spring-debugging-reactive-streams)
|
||||||
- [Static Content in Spring WebFlux](https://www.baeldung.com/spring-webflux-static-content)
|
- [Static Content in Spring WebFlux](https://www.baeldung.com/spring-webflux-static-content)
|
||||||
|
- [more...](/spring-5-reactive-2)
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## Spring 5 Security OAuth
|
||||||
|
|
||||||
|
This module contains articles about Spring 5 OAuth Security
|
||||||
|
|
||||||
## Relevant articles:
|
## Relevant articles:
|
||||||
|
|
||||||
- [Spring Security 5 – OAuth2 Login](http://www.baeldung.com/spring-security-5-oauth2-login)
|
- [Spring Security 5 – OAuth2 Login](http://www.baeldung.com/spring-security-5-oauth2-login)
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## Spring 5 Security
|
||||||
|
|
||||||
|
This module contains articles about Spring Security 5
|
||||||
|
|
||||||
## Relevant articles:
|
## Relevant articles:
|
||||||
|
|
||||||
- [Extra Login Fields with Spring Security](http://www.baeldung.com/spring-security-extra-login-fields)
|
- [Extra Login Fields with Spring Security](http://www.baeldung.com/spring-security-extra-login-fields)
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## Spring 5 WebFlux
|
||||||
|
|
||||||
|
This module contains articles about Spring 5 WebFlux
|
||||||
|
|
||||||
## Relevant articles:
|
## Relevant articles:
|
||||||
|
|
||||||
- [Spring Boot Reactor Netty Configuration](https://www.baeldung.com/spring-boot-reactor-netty)
|
- [Spring Boot Reactor Netty Configuration](https://www.baeldung.com/spring-boot-reactor-netty)
|
||||||
|
|
Loading…
Reference in New Issue