Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cyberg4b/rickandmorty-api-with-webclient

Consuming rick and morty api with Spring Webflux and filtering responses with Jackson.
https://github.com/cyberg4b/rickandmorty-api-with-webclient

jackson-databind java lombok maven rickandmortyapi spring-webflux

Last synced: 3 days ago
JSON representation

Consuming rick and morty api with Spring Webflux and filtering responses with Jackson.

Awesome Lists containing this project

README

        

🪐 Rick and Morty API

project-image

Consuming rick and morty api with Spring Webflux and filtering responses with Jackson.

🛠️ Installation Steps:


1. Clone Repository:

```
$ git clone https://github.com/cyberg4b/rickandmorty-api-with-webclient.git
```

2. Install dependencies:

```
$ mvn clean install
```

3. Run:

```
mvn spring-boot:run
```

📚 References: