Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/carloscazelattojr/hexagonal-api-customer
- Owner: carloscazelattojr
- Created: 2024-06-05T10:51:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T02:03:35.000Z (7 months ago)
- Last Synced: 2024-06-06T12:31:18.020Z (7 months ago)
- Topics: archunit, hexagonal-architecture, java, kafka, mongodb, spring-boot, wiremock
- Language: Java
- Homepage:
- Size: 14.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```