Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/carloscazelattojr/hexagonal-api-customer

API Hexagonal de Customer, com Kafka, MongoDB, wiremock e ArqUnit
https://github.com/carloscazelattojr/hexagonal-api-customer

archunit hexagonal-architecture java kafka mongodb spring-boot wiremock

Last synced: about 2 months ago
JSON representation

API Hexagonal de Customer, com Kafka, MongoDB, wiremock e ArqUnit

Awesome Lists containing this project

README

        

# Hexagonal API - Customer

API hexagonal com utilização do Kafka, MongoDB, Wiremock e ArchUnit

## Wiremock

https://wiremock.org/docs/download-and-installation/

```
java -jar wiremock-standalone-3.6.0.jar --port 8082
```

## MongoDB

```
docker exec -it ???? /bin/bash
mongosh -u root -p
```