Spring WebFlux learning record
This article explains what WebFlux is step by step in the following order:
1,Reactive Stream 2,Reactor 3,WebFlux
Among them, Reactive Stream is an important new feature of Java 9, and Reactor is equivalent to Java 8 Stream + java 9 Reactive Stream. The core of the final WebFlux is developed based on the relevant API of Reactor.
1,Reac ...
Posted by johnwayne77 on Tue, 19 Oct 2021 14:12:09 -0700