File tree 1 file changed +24
-1
lines changed
1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
- # Spring-WebFlux-Tutorial
1
+ # Spring-WebFlux-Tutorial - with Project Reactor introduction
2
2
Code examples for Spring 5.x WebFlux
3
+ ``` javascript
4
+ if (you .liked ) {
5
+ GitHub .star ();
6
+ shareWithFriends (this );
7
+ }
8
+ ```
9
+
10
+ 1 . [ Project Reactor – Introduction] ( https://jstobigdata.com/java/getting-started-with-project-reactor/ )
11
+ 2 . [ Project Reactor – Mono] ( https://jstobigdata.com/java/mono-in-project-reactor/ )
12
+ 3 . [ Project Reactor – Flux] ( https://jstobigdata.com/java/flux-in-project-reactor/ )
13
+ 4 . [ Project Reactor – Transform and combine] ( https://jstobigdata.com/java/transform-and-combine-reactive-stream/ )
14
+ 5 . [ Project Reactor – Backpressure] ( https://jstobigdata.com/java/backpressure-in-project-reactor/ )
15
+ 6 . [ Spring WebFlux – Annotation based Controller] ( https://jstobigdata.com/spring/getting-started-with-spring-webflux/ )
16
+ 7 . [ Spring WebFlux – Functional endpoint] ( https://jstobigdata.com/spring/a-functional-endpoint-in-spring-webflux/ )
17
+ 8 . [ Spring WebFlux – REST Api + MongoDB + Spring Data] ( https://jstobigdata.com/spring/spring-webflux-rest-api-with-mongodb-and-spring-data/ )
3
18
4
19
## To Build the entire project
5
20
Certain test will fail, as they are not pure Unit test cases.
6
21
``` mvn install -DskipTests ```
22
+
23
+ ## For all MongoDB examples:
24
+ Remember to run the ` docker-compose up ` from ` ./mongo-docker ` directory.
25
+
26
+ -----
27
+ ## Spring Core Tutorial - separate repo
28
+ [ Check the Spring WebFlux repo] ( https://github.com/jstobigdata/Spring-Framework-Tutorial )
29
+
You can’t perform that action at this time.
0 commit comments