- Java 11
- Spring WebFlux
- Reactive programming
- Reactive JPA Repository
- Run mongo compose on dir docker-image
- Start the project
model> YourEntity
repository> YourEntityRepository
service> YourEntityService
handler> YourHandler
config.routes> YourEntityConfig
GET/POST/PUT/DELETE/PATCH : localhost:9090/api/v1/{entity}/{entityId} actuator: localhost:9091/actuator
PS. Insert into your env: DOCKER_HUB_USERNAME DOCKER_HUB_ACCESS_TOKEN MONGO_DB_URL