Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cyberg4b/rickandmorty-api-with-webclient
- Owner: cyberg4b
- Created: 2024-05-28T13:11:30.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T13:53:51.000Z (7 months ago)
- Last Synced: 2024-11-08T14:47:29.580Z (about 2 months ago)
- Topics: jackson-databind, java, lombok, maven, rickandmortyapi, spring-webflux
- Language: Java
- Homepage: https://rickandmortyapi.com/
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🪐 Rick and Morty API
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: