https://github.com/reactor/projectreactor.io
Reactor Public Website
https://github.com/reactor/projectreactor.io
Last synced: 8 months ago
JSON representation
Reactor Public Website
- Host: GitHub
- URL: https://github.com/reactor/projectreactor.io
- Owner: reactor
- License: apache-2.0
- Created: 2014-12-23T16:00:59.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-10-17T14:52:10.000Z (8 months ago)
- Last Synced: 2025-10-18T13:25:19.519Z (8 months ago)
- Language: Java
- Homepage: https://projectreactor.io
- Size: 105 MB
- Stars: 54
- Watchers: 10
- Forks: 35
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Reactor Website
This is the source code for the Project Reactor home page. It also serves as an example
application of how to use Spring Web Reactive Framework, Reactor, and other web
technologies in a single project.
You can launch the application with by running:
$ ./gradlew run
To enable live reload of static resources, including `.scss` files, run this command
when your application is still running:
$ ./gradlew processResources -t
To package the application, including the Javadoc:
$ ./gradlew clean build shadowJar
Make sure you have at least IntelliJ IDEA 2016.2.5 and Kotlin plugin 1.1-M02 to have
`build.gradle.kts` auto-complete and validation working correctly. You may have to
configure the EAP update site in:
Tools -> Kotlin -> Configure Kotlin Plugin Updates -> Early Access Preview 1.1
This project is Apache 2.0 licensed, just like the rest of Reactor.