Skip to content

mp911de/reactive-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactive Spring Workshop

This project is the skeleton (and solution) for the Reactive Spring workshop. The slides are available from https://mp911.de/reactive-spring.

This workshop is designed to help you to learn easily the Reactive API provided by Reactor Core 3.x and to discover Spring's Reactive features through a practical example.

You will mostly need these 3 classes Javadoc:

To do this workshop, you just have to:

  • Have Java 8 and a Java IDE (IntelliJ IDEA for example) installed with Maven support
  • Clone/Download this repository (or your fork)
  • Import the project as a Maven one in your IDE
  • Make sure that the language level is set to Java 8 in your IDE project settings
  • Fix the TODO one by one in StepX test classes to make unit tests green

Once you mastered the basics, you can continue with Spring WebFlux and Spring Data examples that explain reactive programming models with web applications and NoSQL data access.

The solution is available in the main branch (download) to compare, when you have finished, with what you have done.

License

This code is licensed under the Apache License 2.0.

About

Project Reactor 3.3, Spring Framework 5.2, Spring Data 2.2

Resources

License

Stars

Watchers

Forks

Packages

No packages published