Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 306 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 306 Bytes

Reactive Demo - We Are Developers World Congress 2023

Project must be build with maven.

$ mvn clean package

The modules reactive and non-reactive can be run with spring boot

$ cd reactive
$ mvn spring-boot:run

or

$ cd non-reactive
$ mvn spring-boot:run