Files
spring-boot-demo/checklist.md
2024-10-10 11:57:52 +07:00

12 lines
345 B
Markdown

Some simple checklist for this demo repo:
- [x] connect to database
- [x] make migrations
- [x] make repository and models
- [x] make crud api
- [x] make openapi documentation generation
- [x] connect to kafka to produce events
- [x] make kafka consumer
- [x] register prometheus metrics
- [x] expose prometheus metrics
- [x] add otel collector