Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kasramp/spring-reactive
https://github.com/kasramp/spring-reactive
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kasramp/spring-reactive
- Owner: kasramp
- Created: 2023-04-09T12:44:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-09T12:51:42.000Z (over 1 year ago)
- Last Synced: 2024-05-02T02:13:01.708Z (7 months ago)
- Language: Java
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Reactive
An example demonstrates how a Spring Reactive controller creates a flux of data.
It generates a random user every second, mimicking pulling a huge number of data from a database.To test, run the project,
```bash
$ ./mvnw spring-boot:run
```Then hit the endpoint,
```bash
$ curl -N "http://localhost:8080/v1/users"
```