- RestFull Reactive API using:
- Annotations
- Handlers & Routers
🔍 Download the project and test by yourself.
- Java 11 with Spring Boot 2.4.5 and WebFlux and JUnit 5
- Develop a Restfull API utilizing Ports and Adapters Architecture
- Consume an external API
Base Url
Annotations Route
${HOST_URL}/webflux/v1
Handlers & Routers Route
${HOST_URL}/webflux/v2
Endpoint
${HOST_URL}/webflux/v(version number)/products
Json Schema Definition:
type: object
properties:
id:
type: string
description: product identifier
name:
type: string
description: product name
Developed by Bruno Garcia 👋 More about me