Skip to content

kreedmart/reactor-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactor Samples

⚠️ Note: This project is using modules that are being phased out in Reactor 3.x, most notably reactor-bus. If you have questions about Reactor 3, join the community (see the reactor-core README).

This project contains some simple examples of using various components in Reactor. Most of the classes have a main method you can simply run in your IDE of choice. If they don't have that, then they're probably a Spring Boot application.

Building

This is a Gradle-based project. Building is pretty simple:

	git clone https://github.com/reactor/reactor-samples.git
	cd reactor-samples
	./gradlew compileJava

Running

There isn't a master main method to run all the tests. You have to run them individually.

About

Sample code of how to do simple things in Reactor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%