Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netodeolino/heroes-api-dio
Spring reactive API with WebFlux
https://github.com/netodeolino/heroes-api-dio
java reactive spring webflux
Last synced: 7 days ago
JSON representation
Spring reactive API with WebFlux
- Host: GitHub
- URL: https://github.com/netodeolino/heroes-api-dio
- Owner: netodeolino
- Created: 2021-01-23T12:47:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T19:42:07.000Z (almost 4 years ago)
- Last Synced: 2024-11-19T06:00:18.040Z (2 months ago)
- Topics: java, reactive, spring, webflux
- Language: Java
- Homepage:
- Size: 181 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heroes API using WebFlux - Digital Innovation One course
Run project:
```shell script
mvn spring-boot:run
```Run tests:
```shell script
mvn clean test
```Project start endpoint:
```
http://localhost:8080/heroes
```Project documentation:
```
http://localhost:8080/swagger-ui-reactive-api.html
```Technologies:
* Java 11
* Maven 3.6.3
* Spring WebFLux
* DynamoDB
* JUnit
* Reactor