Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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