Files
spring-boot-demo/checklist.md
Denis Savosin c754557f0d fix checklist
2024-10-03 10:42:37 +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
- [ ] make openapi documentation generation
- [x] connect to kafka to produce events
- [x] make kafka consumer
- [ ] register prometheus metrics
- [ ] expose prometheus metrics
- [ ] add otel collector