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: 3 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T19:42:07.000Z (over 5 years ago)
- Last Synced: 2025-03-13T10:34:40.444Z (over 1 year ago)
- Topics: java, reactive, spring, webflux
- Language: Java
- Homepage:
- Size: 181 KB
- Stars: 2
- Watchers: 1
- 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