mirror of
https://github.com/Dannecron/spring-boot-demo.git
synced 2025-12-25 16:22:35 +03:00
12 lines
345 B
Markdown
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
|
|
- [ ] add otel collector
|